kaix90 / DCTNet

462 stars 98 forks source link

Should I merge the original mmdetection with the segmentation part? #32

Open qingtianwu opened 4 years ago

qingtianwu commented 4 years ago

@calmevtime , nice idea. I am interestd in it.

I have tried many ways to build and run the segmentation parts, as follows:

1、Installed and tested the original mmdetection successfully. 2、Try to cd the segmantation, run "python setup.py develop", failed.

---------------The most stupid part----------------------------------

3、So I merged the segmentation folder with the original mmdetection folder, run "python setup.py develop", failed.

Why I could test the official mmdetection successfully, but cannot test on your project? Could you give me some advice how to run the test.py?