I am using poeplenet pretrained model for detecting people along with the phone i’e phone class samples with annotations I added in the dataset. I am using freeze blocks :4 . After training upto 200 epochs I got bad result in map as shown below :-
For detectnet_v2, please make sure the image/labels are all with the same resolution.
You can resize the images offline and also resize labels accordingly.
More, could you share the Kaggle link? Thanks.
resize of images and labels accordingly completed. I have set 416*416. Do i need to change in the training spec file too?. I have attached the spec file in the previous comment for your reference.
In training dataset there are total 316 images out of which people and phone images are 158 and in validation there are total 80 images, 40 for each class.
OK, I will run some experiments against the person images from COCO.
Since the COCO dataset are quite different from the training dataset of peoplenet, it is expected that peoplenet pretrained model cannot get a good inference result against COCO images.