Sovit Ranjan Rath
Sovit Ranjan Rath
Glad to hear that.
Hello, I have just pushed an update to `datasets.py`. It removes all files with invalid bounding boxes before training. I am closing the issue for now. Please re-open if needed.
@EmmaVanPuyenbr Not at the moment. But I am open to contributions and PR.
Hi. I would not recommend training Faster RCNN on a CPU. It will take a long time. If possible, please try to use Colab or Kaggle.
Carrying it over to #132
It looks like, for some images, the coordinate for y_min has been annotated out of the image border. You may need to check which images have that issue.
Hello, I have just pushed an update to `datasets.py` that removes all files with invalid bounding boxes before training. Please check. I am closing the issue for now. Please re-open...
Hello @raulmat19 Most probably it should originate from the `evaluate()` function in the `engine.py` file. But I will have to take a closer look to implement it in a clean...
@raulmat19 I completely understand your concern. It is a bit tricky to do with Torchvision object detection models. But I will try again for that in a few days.
Got it. Can you post an image/example of the result that you got?