As the adoption of augmented reality (AR) headsets proliferates, the ways in which consumers will experience content will change considerably, which means a radical shift away from the current state of billboard advertising.
This is to show how to create a computer vision model for applications such as ad-blocking in everyday life.
Read the Medium article here
Change directory to the data sub directory and run the following.
docker compose up --build
For the streamlit application to collect images, please navigate to:
http://localhost:8501/
To see label studio for the annotation of images, please navigate to:
http://localhost:8888/
Once finished be sure to run the following.
docker compose down
Change directory to the training sub directory and run the following.
docker compose up --build
To see the training notebook, please navigate to:
http://localhost:8888/lab
Once finished be sure to run the following.
docker compose down
Requires docker desktop