An object detection task with only persons and cars in bounding boxes (COCO format)
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.pyor use make full_install for full developmental set up.
Note:
in
src/config.pytheimage_bsis set as24- that might cause the memory to be exhausted - reduce the batch size in that case.
A docker container deployed on Azure Container Instances
-
Caveat:
.pngimages generally aren't supported - use.jpgas stated, WIP, certain edge cases around display needs to be looked into