This repo uses poetry. This is a prerequisite to install before doing anything else.
git clone https://github.com/auser/roblox-cv2.git
cd roblox-cv2
Setup the poetry environment
poetry install
Add your images to ./data/raw/
:
cp ~/Downloads/ball.png ./data/raw/ball.png
Run jupyter notebook
poetry shell
jupyter notebook .