Skip to content

An object detection task with only persons and cars in bounding boxes (COCO format)

License

Notifications You must be signed in to change notification settings

partham16/ev_objdet_pc

Repository files navigation

ev_objdet_pc

An object detection task with only persons and cars in bounding boxes (COCO format)


example workflow name GitHub license

Training

Open In Colab

git clone https://github.com/partham16/ev_objdet_pc.git
cd ev_objdet_pc
python3.8 -m venv pyenv38
source pyenv38/bin/activate
pip install -r requirements.txt
python ev_train.py

or use make full_install for full developmental set up.

Note:

in src/config.py the image_bs is set as 24 - that might cause the memory to be exhausted - reduce the batch size in that case.

Check out Model Prediction

Open In Colab

Check out Model demo - WIP

A docker container deployed on Azure Container Instances

  • Caveat:

    .png images generally aren't supported - use .jpg

    as stated, WIP, certain edge cases around display needs to be looked into

Read more on design choices

README_ML.md

About

An object detection task with only persons and cars in bounding boxes (COCO format)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages