I want to compare the sample model with my custom model.
So, I want to know the information of Sample model (Primary_Detector_Nano/resnet10.caffemodel).
What dataset of sample model (resnet10) was used?
In addition, I would like to know the information of Primary_Detector_Nano / resnet10.caffemodel.
Hello @AastaLLL, I have a related question about model normalization: in the config files provided with the model I found only the normalization parameter net-scale-factor but did not find any offset parameter for the mean values, offsets or mean-file. Does the dataset you used to train the resnet10 model have a zero pixel mean for all channels? This seems to me highly unlikely. Or else how does nvinfer behave if these values are not set?