JialianW / TraDeS

Track to Detect and Segment: An Online Multi-Object Tracker (CVPR 2021)
MIT License
553 stars 108 forks source link

DCN_TraDeS #14

Closed xuranran123456 closed 3 years ago

xuranran123456 commented 3 years ago

ImportError: cannot import name 'DCN_TraDeS' from 'model.networks.DCNv2.dcn_v2' (/raid/xr/TraDeS-master/src/lib/model/networks/DCNv2/dcn_v2.py)

Hayoung93 commented 3 years ago

@xuranran123456 Did you check the file dcn_v2.py? You should use the modified version, provided by TraDeS' author.

But I failed to run the demo code even though I followed INSTALL.md :(

JialianW commented 3 years ago

You should use the provided DCN folder not from other repo, as the dcn_v2.py was modified by us accordingly.

JialianW commented 3 years ago

@xuranran123456 Did you check the file dcn_v2.py? You should use the modified version, provided by TraDeS' author.

But I failed to run the demo code even though I followed INSTALL.md :(

Feel free to propose specific issue. We can successfully perform the demo on our end according to the INSTALL.md.