RobotEdh / Yolov-4

Yolo v4 using TensorFlow 2.x
110 stars 30 forks source link

How to use #16

Open HosseinMohammadii opened 2 years ago

HosseinMohammadii commented 2 years ago

Hello Thanks for your work. I was looking for this for a long time. but I'm a little confused in read me. I want to train yolo with traffic signs dataset and deploy that on mobile using tensorflow lite. My question is can i use your YoloV4_Train_tf.ipynb file for my dataset? What format dataset should have and where I must point to my dataset? in # Build the labels files for VOC train dataset section?? And I dont know in witch section the train process begins. the first cell runs with below error. ImportError: cannot import name 'get_custom_objects' from 'keras.utils' (/usr/local/lib/python3.7/dist-packages/keras/utils/init.py)

you can help me very much and i appreciate that.