You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I creating the TFR datasets with create_pet_tf_record.py
Error:
Traceback (most recent call last):
File "C:\Users\NguyenThiTam\Desktop\object_demo\create_pet_tf_record.py", line 39, in
from object_detection.utils import dataset_util
ImportError: No module named 'object_detection'
I try run: python setup.py install with cmd as admin
Error:
python: can't open file 'setup.py': [Errno 2] No such file or directory
I using Window 8.1
Can you help me??? Thank you.
The text was updated successfully, but these errors were encountered:
When I creating the TFR datasets with create_pet_tf_record.py
Error:
Traceback (most recent call last):
File "C:\Users\NguyenThiTam\Desktop\object_demo\create_pet_tf_record.py", line 39, in
from object_detection.utils import dataset_util
ImportError: No module named 'object_detection'
I try run: python setup.py install with cmd as admin
Error:
python: can't open file 'setup.py': [Errno 2] No such file or directory
I using Window 8.1
Can you help me??? Thank you.
The text was updated successfully, but these errors were encountered: