Torchvision Faster RCNN Fine Tuner
Project description
Pytorch Faster RCNN
Faster RCNN Fine-Tune Implementation in Pytorch.
How to use ?
- git clone the repo
git clone https://github.com/oke-aditya/pytorch_fasterrcnn.git
- Install PyTorch and torchvision for your system.
Simply edit the config file to set your hyper parameters.
- Keep the training and validation csv file as follows
NOTE
Do not use target as 0 class. It is reserved as background.
image_id xtl ytl xbr ybr target
1 xmin ymin xmax ymax 1
1 xmin ymin xmax ymax 2
2 xmin ymin xmax ymax 3
-
Simply edit the config file to set your hyper parameters
-
Run the train.py file
Features: -
- It works for multiple class object detection.
Backbones Supported: -
-
Note that backbones are pretrained on imagenet.
-
Following backbones are supported
- vgg11, vgg13, vgg16, vgg19
- resnet18, resnet34, resnet50, resnet101, resnet152
- renext101
- mobilenet_v2
Sample Outputs
Helmet Detector
Mask Detector
If you like the implemenation or have taken an inspiration do give a star :-)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytorch_fasterrcnn-0.2.1.tar.gz
(28.3 kB
view details)
Built Distribution
File details
Details for the file pytorch_fasterrcnn-0.2.1.tar.gz
.
File metadata
- Download URL: pytorch_fasterrcnn-0.2.1.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d3b1a33bd97e99fd378701443b2f9e6987f31d2be9b51451fd5552551b9496a |
|
MD5 | f46079d8f7cafde5546aa5225ffba9e7 |
|
BLAKE2b-256 | ee2f715b8fa6cfeec86af53cfd4fe4b6275a9e1b3ecbd51431ddcdfa5e87044a |
File details
Details for the file pytorch_fasterrcnn-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pytorch_fasterrcnn-0.2.1-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e74b9c56c958dcfc14cc54331786a71297d33427a16ba84dd11c9bb9a9171a |
|
MD5 | ea5fca49188fc3f80f5b280af859fd8b |
|
BLAKE2b-256 | 1f9f2b7cafc5fbbd62d8667098c8def1238ea7c96057699844da3604d433f928 |