ucas-vg / TOV_mmdetection

Include mmdetection version of TinyBenchmark. Official link.
https://github.com/ucas-vg/TinyBenchmark
Apache License 2.0
34 stars 2 forks source link

ModuleNotFoundError: No module named 'huicv' and MR #15

Closed sxy1122 closed 2 years ago

sxy1122 commented 2 years ago

ModuleNotFoundError: No module named 'huicv'

After the training, I eval it, and I also imported the huicv package into the project. Why did he make an error and say that there was no module.

python huicv/evaluation/evaluate_tiny.py --res exp/latest_result.json --gt data/tiny_set/mini_annotations/tiny_set_test_all.json --detail

In addition, there is another question. The verification accuracy has been obtained during training. What do you mean in your project is to send the. JSON file obtained from training to the huicv module for verification again?

yinglang commented 2 years ago

Maybe you need setup the proejct by

python setup.py build develop

If the problem is still exists after setup, you can run with that

PYTHONPATH=. python huicv/evaluation/evaluate_tiny.py --res xxx