EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

I Get Jupyter notebook 5.7.6 blank page when start "object_detection_tutorial.ipynb" #250

Open Arthon83 opened 5 years ago

Arthon83 commented 5 years ago
<script src="/static/components/preact/index.js?v=00a2fac73c670ce39ac53d26640eb542" type="text/javascript"></script>
<script src="/static/components/proptypes/index.js?v=c40890eb04df9811fcc4d47e53a29604" type="text/javascript"></script>
<script src="/static/components/preact-compat/index.js?v=aea8f6660e54b18ace8d84a9b9654c1c" type="text/javascript"></script>
<script src="/static/components/requirejs/require.js?v=951f856e81496aaeec2e71a1c2c0d51f" type="text/javascript" charset="utf-8"></script>

Files could not load.

Gain22916 commented 5 years ago

I agree with you, Now I try to run Jupyter notebook that is blank page when started "object_detection_tutorial.ipynb".

mylank commented 5 years ago

Uninstall notebook 5.7.6 and install version 5.7.5. Use: pip uninstall notebook pip install notebook==5.7.5

Everything should work fine then!

EDIT: It's about a MIME type error, for more information see this issue

Arthon83 commented 5 years ago

Thanks.

If I have downgrade tornado 5.1.1 to it work for me. :)

pip uninstall tornado pip install tornado==5.1.1

Gain22916 commented 5 years ago

Thank you very much , Now I can do it.

akshat1145 commented 5 years ago

I have the same problem too. Tried the solutions above but could not solve it. Any leads for the same?