From 2a26ce6381022ca00e35e9dfa3c6d9b1121ef641 Mon Sep 17 00:00:00 2001 From: sovit-123 Date: Wed, 28 Aug 2024 07:39:00 +0530 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79daead7..f8bba3e4 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Train PyTorch FasterRCNN models easily on any custom dataset. Choose between off * [Find blog posts/tutorials on DebuggerCafe](#Tutorials) -## [Check All Updates Here](https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/blob/main/docs/updates.md) +## Updates -**Latest Update** +* **August 28 2024:** SAHI image inference for all pretrained Torchvision Faster RCNN models integrated. [Find the script here](https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/blob/main/sahi_inference.py). * Filter classes to visualize during inference using the `--classes` command line argument with space separated class indices from the dataset YAML file.