Nikhil I

Results 5 comments of Nikhil I

Thank you @glenn-jocher, I have another query. When I run the `val.py` on the test_images I keep getting the below error: ``` python val.py --img 512 --weights /runs/exp1/weights/best.pt --data consider.yaml...

@katia-katkat / @glenn-jocher, I was wondering when you say validation metrics, is it the charts generated from `train.py` or `val.py`. I use a different yaml file for `val.py`. For `train.py`...

Thank you, @glenn-jocher. Is there a way to save metrics such as *F1-score, precision, recall,* and *accuracy* when executing the `val.py` file? Similar to how we obtain all metrics by...

@glenn-jocher, I see that only the files (mentioned in the image) are created upon running `val.py`. And in the labels folder there are bounding box annotation files. I dont see...

Thank you @glenn-jocher; I have 56 models to run 8 models per each category so I run it in nohup(`nohup python script.py &`). The `script.py` file is basically iterating over...