PART -1
• yolo v4 custom object detection cloud...
https://github.com/pjreddie/darknet/i...
!./darknet detector train data/ts_data.data cfg/yolov4-custom.cfg darknet53.conv.74 -gpus 0 -dont_show
https://stackoverflow.com/questions/1...
https://superuser.com/questions/31019...
./darknet detector calc_anchors data/hand.data -num_of_clusters 9 -width 720 -height 405
720/32=22
405/32=18
note:if you changed width or height in your cfg file then new
width and height must be divisible by 32
./darknet detector train data/obj.data yolo-obj.cfg darknet.conv.74