Skip to content

agb94/emotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emotion

Command line

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]

GUI

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

Other infos

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
  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published