JialianW/TraDeS

DCN_TraDeS

xuranran123456 opened this issue · 3 comments

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

@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 :(

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

@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.