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

Step size #315

Open suravijayjilla opened 5 years ago

suravijayjilla commented 5 years ago

Hi, Please help me, where to set the step size value or epoch value.

yuhorun commented 5 years ago

config file maybe your want

suravijayjilla commented 5 years ago

HI, Thanks for your comment. I find that in config file.

I am facing another issue, python: relocation error: /media/administrator/D/Objectdetection/objenv/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/../../lib/libQt5DBus.so.5: symbol dbus_message_set_allow_interactive_authorization, version LIBDBUS_1_3 not defined in file libdbus-1.so.3 with link time reference

please help me on this..

yuhorun commented 5 years ago

i thinkt because of version of PyQt,your env is right?

suravijayjilla commented 5 years ago

Hi,

1, I am using python 3.6.8 and i create virtual environment for that and try the below cmds in ubuntu for pyqt5 , Python 3 + Qt5 (Recommended) sudo apt-get install pyqt5-dev-tools sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3 python3 labelImg.py python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]

 but i am facing the same issue. 

2, I am using your dataset and run the object_detection_images.py file but i am unable to see the detected class names and score. The text is very small in the image.