https://github.com/dadav/detectron2-wally
https://github.com/dadav/detectron2-wally
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dadav/detectron2-wally
- Owner: dadav
- Created: 2020-05-11T17:43:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T10:50:50.000Z (about 6 years ago)
- Last Synced: 2025-02-06T16:58:47.371Z (over 1 year ago)
- Language: Python
- Size: 745 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# detectron2 implementation of wally
Dataset: [https://github.com/tadejmagajna/HereIsWally](https://github.com/tadejmagajna/HereIsWally)

## usage
```bash
# setup the environment
./setup.sh gpu # gpu or cpu
source venv/bin/activate
# train
./train.py
# find waldo
./find.py
# quit with "q"-key
# or run streamlit
streamlit run app.py
```