This repo was used as a test to build effcientnetV2 for object detection, using the fruits object detection dataset as a base.
This repo will include from data exploration all the way to deployment.
To run training code
python train.py
- EDA
- Train
- Evaluation using sklearn
- Inference Script
- Deploy to triton and fastapi
- Convert notebook to py scripts for easier viewing
- Update training with metrics