TDT4265-Group32 / Project

MIT License
0 stars 0 forks source link

Faster RCNN validation accuracy stuck at zero #4

Open alekskl01 opened 2 months ago

alekskl01 commented 2 months ago

Validation accuracy for the model does not increase (except slightly that one time). It could be due to lack of overlap between detections and ground truth. Could try drawing and showing a plot of the bounding boxes as a part of the validation step. The code could probably also use some cleanup

alekskl01 commented 2 months ago

maybe we also need to add background as a class?

alekskl01 commented 2 months ago

Inference speed could also be measured

Crezle commented 2 months ago

Attempted to test, interrupted by missing resources. Attempt to retry tomorrow