You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: boxmots/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,5 +83,7 @@ Please use the [my_script_kitti](my_script_kitti.sh) script to train the model o
83
83
## Inference
84
84
Note that we perform evaluation on the validation set in the training process, and we save both segmentation and embedding results for each evaluation. Hence you can directly use these results as the inference outputs for the model, which is trained by a specific number of iterations, without the need to perform the inference process explicitly.
85
85
86
+
If you want to do inference only with pretrained model, check this [demo](demo_for_ytvis_2019/my_demo_multi_seq_ytvis_kitti_pretrain.py) on YouTube-VIS 2019 for reference.
87
+
86
88
## Notes
87
89
- Recommended project organization: 4 conda environments for the 4 components (BoxMOTS, GMA, SSIS, StrongSORT) to avoid package conflicts.
0 commit comments