TraDeS icon indicating copy to clipboard operation
TraDeS copied to clipboard

segmentation

Open Moaz-Morsy opened this issue 3 years ago • 5 comments

how to perform segmentation tracking ?

Moaz-Morsy avatar Jun 21 '21 17:06 Moaz-Morsy

https://github.com/JialianW/TraDeS/blob/3eafd249ca0f18af8000d5798d4c552a0bd627ec/experiments/youtube_vis.sh

JialianW avatar Jun 22 '21 20:06 JialianW

can i apply segmentation in demo.py ?

Moaz-Morsy avatar Jun 22 '21 21:06 Moaz-Morsy

I may be wrong, but it seems that the crowdhuman.pth weights do not include the segmentation head weights because the crowdhuman dataset only includes bounding boxes.

It should be possible to load the segmentation head weights from one of the other trained models, whilst using the crowdhuman weights for the rest of the model, but this would require a little bit of work.

davisj147 avatar Jun 24 '21 10:06 davisj147

can i apply segmentation in demo.py ?

No, u cannot :( There are errors when just load model with --seg flag. I don't know what to do too.

Ilyabasharov avatar Sep 19 '21 23:09 Ilyabasharov

https://github.com/JialianW/TraDeS/blob/3eafd249ca0f18af8000d5798d4c552a0bd627ec/experiments/youtube_vis.sh

Well,this sh file only shows how to use seg in coco dataset, So there is other sh file tell us how to use seg in our own video? looking forward to your reply.

qianmin avatar Dec 11 '21 03:12 qianmin