Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when i run demo.py i have met this error #211

Open
hsqaihkl opened this issue Jun 24, 2018 · 1 comment
Open

when i run demo.py i have met this error #211

hsqaihkl opened this issue Jun 24, 2018 · 1 comment

Comments

@hsqaihkl
Copy link

@zhreshold Hi I run you project in win 10 and then i have met this problem ,could help me?

D:\Soft\Anaconda3\python.exe C:/Users/water/Desktop/MultiCamera/SSD/mxnet-ssd-master/demo.py
Using mxnet as:
<module 'mxnet' (namespace)>
Warning: using pre-installed version of mxnet may cause unexpected error...
(export MXNET_EXAMPLE_SSD_DISABLE_PRE_INSTALLED=1) to prevent loading pre-installed mxnet.
Traceback (most recent call last):
File "C:/Users/water/Desktop/MultiCamera/SSD/mxnet-ssd-master/demo.py", line 6, in
from detect.detector import Detector
File "C:\Users\water\Desktop\MultiCamera\SSD\mxnet-ssd-master\detect\detector.py", line 6, in
from dataset.iterator import DetIter
File "C:\Users\water\Desktop\MultiCamera\SSD\mxnet-ssd-master\dataset\iterator.py", line 6, in
class DetRecordIter(mx.io.DataIter):
AttributeError: module 'mxnet' has no attribute 'io'

Process finished with exit code 1

@zhreshold
Copy link
Owner

very likely the mxnet is not correctly installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants