Open Shuntw6096 opened 3 years ago
Hi,
thanks for your interest in this work. This repo is no longer being actively maintained and porting this to detectron2 is not immediately a priority for us. Sorry for the inconvenience. Can you try using the older versions of pytorch and numpy in a conda environment?
Hi,
I find a another version of Detectron also implemented in pytorch but version of pytorch is 1.1.0 , and it support CUDA10.0.
I use its lib to replace original one, and run gypsum/scripts/demo/hp_cons_demo.sh
but will modify yaml file, and it works.
Thanks
Hi, Automatic adaptation of object detectors to new domains using self-training is a nice work, but when I run
gypsum/scripts/demo/hp_cons_demo.sh
usebdd_HP-cons_model_step29999.pth.pth
and occurSystem information
and it does not seem to support
torch >= 1.1.0
and I also find some issues.https://stackoverflow.com/questions/54387659/how-to-fix-importerror-cannot-import-name-numpy-type-map-in-python
https://github.com/jpuigcerver/PyLaia/issues/15
detectron2 supports pytorch 1.3.0 and above, and cuda 10.1 only supports pytorch 1.4 and above. Is it possible to move to detectron2?
Thanks