python main.py [video_name] —-interval [time_interval(default: 1)]
ex)
python main.py bigbang.mkv —-interval 3
If you already have a metadata file for the video, then
python main.py [video_file] --metadata [metadata_file_path]
this command will save your time :)
Also, if you want to cluster the characters into
specific number of sets, then add -K
option.
python main.py [video_file] -K [the_number_of_clusters]
python manage.py runserver
if you haven't migrate DB, type
python manage.py migrate
before running server.
You can reach the web server via localhost:8000
If you want an application format, type
python view.py
Video files should be located in /emotion directory.
For testing, you can use the oracle files in the root directory. (Please ask me to send you the sample videos.. it's too large to upload here. )
Meta parameters
- Scene segment threshold
- frame interval
- ...