An open API service indexing awesome lists of open source software.

https://github.com/dadav/detectron2-wally


https://github.com/dadav/detectron2-wally

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# detectron2 implementation of wally

Dataset: [https://github.com/tadejmagajna/HereIsWally](https://github.com/tadejmagajna/HereIsWally)

![Preview](preview.png)

## 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
```