sovit-123 / fasterrcnn-pytorch-training-pipeline

PyTorch Faster R-CNN Object Detection on Custom Dataset
MIT License
223 stars 75 forks source link

How to update maxDets parameter? #125

Open Rushi117108 opened 10 months ago

Rushi117108 commented 10 months ago

Hi, I am working on detection on MoNuseg dataset. But in some images no. of objects to detect might go beyond 100. I want to update maxDets param. Can anyone throw some light on this? Also I came across "model.roi_heads.box_detections_per_img = 200" have to update for that but after updating, it is not working.

maxdet