Validation

Hello,

I see that the detectnet v2 documentation has an validation_data_source option in the dataset config. I wonder whether it’s possible to use this option also for the fasterrcnn?

Otherwise, the fasterrcnn has a validation_fold option. When this option is set to zero, one can still see an mAP value coming out.

  • Does this mean that the mAP is measured on the training set?
  • If yes, when set to 1, what happens, does it measure on the validation set if there is a val_split provisionned in the tfrecords data preparation?

Thanks

Yes, you can use it.

When validation_fold is set to zero, the mAP is measured on the validation set.
Refer to DetectNet_v2 - NVIDIA Docs. “This partition is available in fold 0 of the TFrecords generated.”

1 Like

Thanks @Morganh. I appreciate your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.