naseemap47 / YOLO-NAS

Train and Inference your custom YOLO-NAS model by Single Command Line
Apache License 2.0
97 stars 13 forks source link

is there val check? #19

Closed john09282922 closed 1 year ago

naseemap47 commented 1 year ago

Hi @john09282922 , Please explain your issue briefly. Thank you.

john09282922 commented 1 year ago

Hi @john09282922 , Please explain your issue briefly. Thank you.

Hi, what I mean is normally model.val() command to validate valid data or test data to check whether predicted images are similar to labelled images

naseemap47 commented 1 year ago

Hi @john09282922 , I didn't added for validation data. currently model val available for test data. I will look into it. I will update this feature ASAP. Thank you.

naseemap47 commented 1 year ago

Hi @john09282922 , I updated the repo. Now it will give validation and test results (if you have test data) after training. I think it solve your problem. Let me know if you have any problem or questions. Thank you.