File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ defaults :
2+ - cameltrack
3+ - override dataset : dancetrack
4+ - _self_
5+
6+ pipeline :
7+ - track
8+
9+ use_wandb : true
10+
11+ # Example for DanceTrack, but can be adapted for other datasets.
12+ # States files can be downloaded from the CAMELTrack repository on huggingface.
13+ state :
14+ load_file : " ${dataset.dataset_path}/states/dancetrack-${dataset.eval_set}.pklz"
15+ save_file : null
16+
17+ modules :
18+ track :
19+ training_enabled : true
20+ # Generate the training dataset setup: compile tracklets in a pickle file for each split
21+ datamodule_cfg :
22+ name : " camel" # Name for the pickle files containing the training tracklets (will be appended with the split name)
23+ path : " ${dataset.dataset_path}/states/camel_training" # Where to store those training states
24+ tracker_states :
25+ train : " ${dataset.dataset_path}/states/dancetrack-train.pklz" # Update this path to your states
26+ val : " ${dataset.dataset_path}/states/dancetrack-val.pklz" # Update this path to your states
You can’t perform that action at this time.
0 commit comments