Work in Progress — This is a personal research project and is actively being developed.
-
Setup Repo and Venv
-
Install PyTorch:
(For CUDA)pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
(For CPU)pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu -
Install dependencies:
pip install -r requirements.txt
`python main --...`
This project take in an image it then uses a Flow Extented Difference of Gaussians filter on that image. After this it goes throught and traces the outline.
- Flow Extented Difference of Gaussians
- Sign Distance Function