I trained the model and got the best weights. Now I want to validate the model.
!tao detectnet_v2 evaluate -e $SPECS_DIR/trafficcamnet_finetune.txt \
-m $USER_EXPERIMENT_DIR/best_model.tlt \
-k $KEY
I am also attaching the part of specs file
trafficcamnet_finetune.txt (2.1 KB)
.
I also noticed that the value of the nms_confidence_threshold and dbscan_confidence_threshold parameters do not affect the validation metrics.
Peace for everyone.