An object detector trained with a Kaggle GPU on One Piece images, using Tensorflow and a fine-tuned ssd resnet50.
**Deployed on my personal Docker Hub repository
**Kaggle Notebook link: Kaggle notebook
**One Piece Detector SavedModel : Drive
- Class count : 1
- Labels : ["character"]
- Model type : detection
- Base model : ssd_resnet50_v1_fpn_640x640_coco17_tpu-8
How to run inferences on a video : commnand line runner
Note : Before running the script, you must first download the One Piece object detector model here.
Check the sample command for executing the command line runner
Training pipeline configuration file : Here
- Python 3.7 or higher
- Tensorflow 2.6 or higher
- Tensorflow Object Detection API
- NumPy
- Matplotlib