facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.09k stars 2.37k forks source link

mAP on new images using trained model #569

Open ShriMLEngineer opened 1 year ago

ShriMLEngineer commented 1 year ago

Hi,

I have trained DETR on 3000 train and 600 val images and I am getting mAP more than 80%. All good till here.

Now, I have got new dataset of 100 images and I want to use my model to create mAP on these 100 images without changing my model. Please advise how to do it?