You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if more than one gpu, then select how many/which gpu to use
to disable Loss-Window use -dont_show flag
to see the mAP & Loss-chart during training on remote server without GUI add -dont_show -mjpeg_port 8090 -map flags then open URL http://ip-address:8090 in browser
run detector on image
darknet.exe detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights -thresh 0.25
run detector on image and show output image
darknet.exe detector test cfg/coco.data yolov3.cfg yolov3.weights -ext_output dog.jpg
Pseudo-lableing - to process a list of images data/new_train.txt and save results of detection in Yolo training format for each image as label <image_name>.txt