File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
cameltrack/configs/modules/track Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
_target_ : cameltrack.CAMELTrack
2
2
3
3
training_enabled : false
4
- checkpoint_path : " ${model_dir}/camel/camel_bbox_app_kps_dancetrack.ckpt"
5
- override_camel_cfg : {}
6
4
checkpoint_path : " ${model_dir}/camel/camel_bbox_app_kps_global.ckpt"
5
+ # Available checkpoints:
6
+ # camel_bbox_app_global.ckpt | camel_bbox_app_kps_dancetrack.ckpt | camel_bbox_app_kps_sportsmot.ckpt
7
+ # camel_bbox_app_kps_mot17.ckpt | camel_bbox_app_kps_posetrack21.ckpt | camel_bbox_bee24.ckpt
8
+ # camel_bbox_app_dancetrack.ckpt
9
+ override_camel_cfg :
10
+ # Override the default CAMEL configuration when loading the checkpoint
11
+ sim_threshold : 0.5 # DanceTrack/SportsMOT 0.1 | MOT17 0.475 | PoseTrack 0.45 | BEE24 0.6
7
12
8
- min_det_conf : 0.4
9
- min_init_det_conf : 0.6
10
- min_num_hits : 0
11
- max_wo_hits : 150
12
- max_track_gallery_size : 50
13
+ # Tracklet Management Parameters
14
+ min_det_conf : 0.4 # Minimum detection confidence to consider a detection
15
+ min_init_det_conf : 0.6 # Minimum detection confidence to initialize a tracklet
16
+ min_num_hits : 0 # Number of hits to consider a tracklet valid
17
+ max_wo_hits : 150 # Maximum number of frames without hits to consider a tracklet invalid
18
+ max_track_gallery_size : 50 # Gallery size for the Temporal Encoder
13
19
14
20
CAMEL :
15
21
_target_ : cameltrack.CAMEL
16
- sim_threshold : 0.1
22
+ # Model Configuration
23
+ sim_threshold : 0.1 # Similarity threshold for detection/tracklet matching (0.0 to 1.0)
17
24
use_computed_sim_threshold : false
18
25
gaffe :
19
26
_target_ : cameltrack.architecture.GAFFE
You can’t perform that action at this time.
0 commit comments