Hi samjith888,
As mentioned previously, you need to trigger experiments.To improve accuracy on small objects, the most common trick is to use a smaller set of anchors. The anchor sizes should have a size that is similar to the small objects’ size. Anchor ratios can be kept unchanged.
You can also train only two classes firstly instead of 5 classes. Trigger less classes in order to narrow down.
Mssing_P 25x23
Extra_P 26X13
Note that for above size, since you change from 40962160 to 1024544, you need to make anchor sizes cover
25/4 * 23/4
26/4 * 13/4
I meant that i have a data set which consist of images with different resolutions ( eg:41202240, 800450, 1080120 ,300 250 etc). So can i use this dataset for training? Or TLT didn’t only unique sized images ?
For detectnet_2 and SSD network, all of the images must be resized offline to the final training size.
For faster-rcnn, you don’t need to resize the image.