Harsh Chaudhary

Results 3 comments of Harsh Chaudhary

I'm training Yolov3-tiny on colab using the following command- `!./darknet detector train /content/obj.data /content/yolov3-tiny-obj.cfg backup/yolov3-tiny-obj_last.weights -dont_show -mjpeg_port 8090 -map` It shows `MJPEG-stream sent` in the output after every iteration and...

@francismontalbo you can obtain mAP of the existing weight using the command- `./darknet detector map data/obj.data yolo-obj.cfg backup\yolo-obj_last.weights ` but you cannot generate the loss curve of an existing weight....

> You can use pyngrok python package to display loss graph > > ``` > !pip install pyngrok > from pyngrok import ngrok# Open a HTTP tunnel on port 8090...