Skip to content

nikolaystanishev/remove_4ovek

Repository files navigation

remove_4ovek

This is my Graduation Project in Elsys

Description

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.

Usage

Installing the packages

Create virtual environment

conda env create -f environment.yml --name aovek

Activate virtual environment

source activate aovek

Deactivate virtual environment

source deactivate

Delete virtual environment

conda env remove –name aovek

Process dataset and train CNN for object detection

File aovek.py is responsible for controlling CNN for object detection.

All possible options of aovek.py

Download dataset, Process dataset, Train CNN for object detection

python3 aovek.py -config_file ./config.json -dataset_download -processes_dataset -train

Starting web application

Migrate

python3 web/manage.py migrate

Run server

python3 web/manage.py runserver

About

Repo for my Graduation Project in Elsys

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published