I'm looking to train my own object detector using YOLO 3 for a single class. Basically, it needs to detect whether the test images have the object or not. I face an error where the training doesn't begin and exits with an assertion '0' failed. I checked other answers which say that the CRLF must be encoded as LF for it to work on linux. But that solution doesn't work either. I'm following all the steps outlined in pjreddie's website!
相关问题
- Reduction axis 1 is empty in shape [x,0]
- Tensorflow Object Detection: use Adam instead of R
- Convert YoloV3 output to coordinates of bounding b
- Generating bounding boxes from heatmap data
- RAM Error running the Tensorflow Object Detection
相关文章
- Object Tracking on Image
- Could not install pycocotools in windows: fatal er
- 4-step Alternating RPN / Faster R-CNN Training? -
- How to send OpenCV output to browser with python?
- Fine-tuning and transfer learning by the example o
- Tensorflow object detection API not displaying glo
- Perform multi-scale training (yolov2)
- How to Batch Multiple Videoframes before run Tenso
Okay, so what helped was re-starting the server and re-doing everything from the beginning. It hasn't happened again, so I think it was just a random error? I'm not sure though. I will try to look into it further.
The error happens due to image size or with batch size (also sometimes with sub-division also).
You can try to tune the parameters to lower values.