https://github.com/ildaron/yolov4_python_custom-data
https://github.com/ildaron/yolov4_python_custom-data
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ildaron/yolov4_python_custom-data
- Owner: Ildaron
- Created: 2021-04-09T02:34:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T04:34:14.000Z (over 5 years ago)
- Last Synced: 2025-03-27T13:27:25.609Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YoloV4_python_custom-data
1.1 Make photo from the video for labeling
Next step By tools "YOLO-Annotation-Tool-master" make label
1.2 Conver label from "YOLO-Annotation-Tool-master" type to yolo type
example
C:/Users/image/101.jpg 24,16,52,31,0
Problems
1. For google colab change tf version
%tensorflow_version 1.x
2. K.control_flow_ops.while_loop to
tf.while_loop.