lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
707 stars 177 forks source link

No module named 'maskrcnn_benchmark' #2

Closed nyg2017 closed 4 years ago

nyg2017 commented 4 years ago

I finished all the setup as your instruction. But when I getting start, the error is as follow. ``Traceback (most recent call last): File "tools/plain_train_net.py", line 9, in from smoke.utils.check_point import DetectronCheckpointer File /MONO_3D/SMOKE/smoke/utils/check_point.py", line 8, in from smoke.utils.model_zoo import cache_url File "/MONO_3D/SMOKE/smoke/utils/model_zoo.py", line 9, in from maskrcnn_benchmark.utils.comm import is_main_process ModuleNotFoundError: No module named 'maskrcnn_benchmark'

Did I need to install the maskrcnn?

lzccccc commented 4 years ago

Hi,

I have fixed it with the new commit. Please check it.

nyg2017 commented 4 years ago

Hi,

I have fixed it with the new commit. Please check it. Thx! it works.