Object detection #1611
-
I´m doing a project with urban tree detection in a Swedish municipality. We did semantic segmentation (RGB+elevation) using RV with good results. Resnet18 is used as backbone (pretrained it says in cmd ). Is it prefered compared to resnet50 for this task? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Seems like most of the predicted boxes are not making it past the score threshold. I would consider lowering |
Beta Was this translation helpful? Give feedback.
Seems like most of the predicted boxes are not making it past the score threshold. I would consider lowering
score_thresh
until you can see more predicted boxes. If those look roughly correct, then it is just a case of the model not being confident enough yet and training for more epochs might fix it.