Commit Graph

179 Commits

Author SHA1 Message Date
00b6b54db9 [tracks] react on move request and move window 2025-03-01 17:11:37 +01:00
e3b26c3da4 [Timeline] send move request signal when user clicks onto the scene 2025-03-01 17:11:01 +01:00
30741be200 [tracks] changing window size immediately updates the view 2025-03-01 16:51:39 +01:00
50d982c93b [detectionview] fix bug, when no detection is in the current selection 2025-03-01 16:50:27 +01:00
6c54a86cde fix bug in tracks 2025-02-28 17:20:21 +01:00
03ebb6485a [some improvements] 2025-02-28 08:46:19 +01:00
116e0ce5de [wip] add score to items, and ignore them 2025-02-28 08:12:04 +01:00
d1b5776e69 [controls] remove size limit 2025-02-27 19:59:50 +01:00
4a76655766 [detections] add score to items 2025-02-27 19:59:46 +01:00
ae24463be2 [classifier] make sure, we always start with user labeled detections 2025-02-27 17:41:07 +01:00
15264dbe48 [tracks] allow jumping to a given frame 2025-02-27 16:14:48 +01:00
9d38421e02 [timeline] disable mouse dragging for now, trigger resize on setData 2025-02-26 11:23:20 +01:00
1c2f84b236 [enums] add userlabeled flag to detectionItems 2025-02-26 11:16:25 +01:00
ff3e0841a6 [classifier] better messaging 2025-02-26 11:16:04 +01:00
9e2c6f343a [trackingdata] fixes of selection handling, ...
something is still off with the deletion...
2025-02-26 11:15:49 +01:00
c0a7631acd [detectionview] simplify indexing 2025-02-26 11:15:15 +01:00
5758cf61c6 [selection] add shortcut, disable deletion for now 2025-02-26 11:14:49 +01:00
faf095a2a1 [tracks] add warnings around dangerzone actions 2025-02-26 11:14:18 +01:00
0c5e5629b7 [tracks] add way to flag many detections in one go 2025-02-26 09:24:20 +01:00
4ef6143d14 [tracks] layout tweaks 2025-02-26 08:32:02 +01:00
d6b91c25d2 [classifier] kind of handling mulitple detections in one frame 2025-02-26 08:19:59 +01:00
430ee4fac7 [classifier] working but not really... 2025-02-25 18:45:37 +01:00
f1a4f4dc84 [tracks] disentanglement 2025-02-25 09:15:10 +01:00
461f3aadfe [wip] not prooperly working 2025-02-25 08:14:53 +01:00
3bc938cda7 [timeline] renaming stuff 2025-02-24 16:04:29 +01:00
6fbbb52370 [trackingdata] implement better selection handling ...
allow deletion of entries
2025-02-24 16:03:42 +01:00
d176925796 [trackingdata] change selections, constructor ...
renaming of some functions
2025-02-24 16:03:05 +01:00
35be41282a [trackingdata] scores returns None, if no detections in range 2025-02-24 11:45:24 +01:00
d300f72949 [main] fix setting of loglevel 2025-02-24 11:44:20 +01:00
765d381c5d [trackingdata] avoid div by zero on center of gravity estimation 2025-02-24 10:39:18 +01:00
64e75ba4b0 [tracks] delegate functionality to widgets, cleanup 2025-02-21 16:24:18 +01:00
0f1b1d6252 [detectionview] works on TrackingData now 2025-02-21 16:23:24 +01:00
2ff1af7c36 [timeline] split refreshand setting of data 2025-02-21 16:21:37 +01:00
e33528392c [classifier] separate setting of data and refresh 2025-02-21 16:20:47 +01:00
af5dbc7dfc [trackingdata] fixes and support for selections when getting data of columns 2025-02-21 16:19:24 +01:00
f09c78adb5 [enums] add mapping for trackname, id and color 2025-02-21 16:18:24 +01:00
2e918866e1 [main] rename to FixTracks 2025-02-21 16:16:49 +01:00
367cbb021f [tracks] fix unsetting of userlabeled status ... 2025-02-21 11:02:29 +01:00
dc4833e825 [timeline] fix window updating, redrawing 2025-02-21 11:01:26 +01:00
c231b52876 [trackingdata] more logging, cleanup 2025-02-21 10:59:57 +01:00
4762921ccd [main] wrap code into functions, add argparse to allow to set log level 2025-02-21 10:30:57 +01:00
6f4ac1136b [timeline] more bins, use trackingdata and hightlight user-labeled frames 2025-02-21 09:48:13 +01:00
98900ff480 renaming, disable delete detections btn 2025-02-21 08:21:15 +01:00
3206950f5e trackingdata more documentation 2025-02-21 08:20:56 +01:00
2c62ee28a9 [cleanup] 2025-02-21 08:01:45 +01:00
104be6e15f [style] add styles factory scripts 2025-02-21 08:01:09 +01:00
4cf278f1a1 [enums] avoid circ imports, extract enum to enums utils 2025-02-20 22:50:59 +01:00
20b2915b6b cleanup 2025-02-20 18:00:29 +01:00
33b46af8d0 [tracks] support new buttons 2025-02-20 18:00:18 +01:00
dbd5b380ba [trackingdata] add more functionality 2025-02-20 17:59:52 +01:00