This is my Graduation Project in Elsys
Aovek is system for making photos of background without people.
Aovek can be used for making photos of very visited landmark around which there are people all the time.
conda env create -f environment.yml --name aovek
source activate aovek
source deactivate
conda env remove –name aovek
File aovek.py is responsible for controlling CNN for object detection.
python3 aovek.py -config_file ./config.json -dataset_download -processes_dataset -train
python3 web/manage.py migrate
python3 web/manage.py runserver