pip install -r requirements.txt
- Use
Image Collection.ipynb
to take the images - Move them to
workspace/images/colectedimages
- Go to
labelImg
folder python labelImg.py
- Use Open Dir and select
workspace/images/colectedimages
- Change Save Dir to
workspace/images/colectedimages
- Annotate the images
- Go to workspace/images and run prepare-train-test.ipynb
Ctrl + u - Load all of the images from a directory
Ctrl + r - Change the default annotation target dir
Ctrl + s - Save
w - Create a rect box
d - Next image
a - Previous image
del - Delete the selected rect box
Ctrl++ - Zoom in
Ctrl-- - Zoom out
Ctrl + d - Copy the current label and rect box
Space - Flag the current image as verified
↑→↓←Keyboard arrows to move selected rect box
- Run
pipeline.ipynb
in colab env - There are a few paths that need to be adjusted to the directory in which you will clone the repo
- Test it with predictions.ipynb
- Run
predictions.ipynb
in Colab env after you completedpipeline.ipynb
- work out the real time solution in predictions.ipynb -> Done
- Train on more images -> Done
- Write documentation overleaf -> Done