Personal Fork End-to-end solution that transforms input video into a comics in just a few seconds
Find a file
Maciej Pęśko b5dd5cffc0
Keyframes (#6)
* Add keyframe model

* Add segmentation utils

* Add keyframes extraction pipeline

* Add keyframe tests

* Update dockerfile to include caffe

* Add summe pretrained model

* Add video for testing

* Update keyframe pipeline, tests

* Update settings to use in memory db for tests

* Set keyframe number to 10, fix bugs

* Fix keyframe order

* Make requested changes

* Fix Dockerfile

* Make requested changes

* Make requested changes

* Add blank lines

* Change dockerfile base cuda image to devel version

* Add modified Cuda.cmake for Dockerfile

* Add pyyaml dependecy to dockerfile

* Update dockerfile

* Update dockerfile

* Fix markdown version error

* Fix markdown version error

* Change caffe installation to make

* Update dockerfile

* Update dockerfile

* Fix boost imoprt

* Fix boost not found bug

* Add feature normalisation

* Fix dateutil, fix caffe root slash

* Fix slash bug

* Add batching to feature extraction

* Add model caching to keyframes extraction

* Fix output images to be in proper range

* Add time logging

* Change feature batch to 128

* Change dockerfile

* Fix dockerfile

* Change feature batch to 10

* Add set mode gpu

* Change feature batch to 64

* Change feature batch to 32

* Add I-frame frame sampling

* Cleanup

* Delete Cuda.cmake

* Remove comments from Makefile.config

* Cleanup

* Fix color scheme switching

* Remove cudnn.hpp, change caffe to 1.0

* Remove cudnn.hpp copy in dockerfile

* Remove redundant run's in dockerfile

* Change pretrained model
2018-10-01 22:27:06 +02:00
api Add minor fix 2018-08-22 13:48:01 +02:00
CartoonGAN Add base pipeline 2018-08-21 22:52:09 +02:00
comic_layout Add minor fix 2018-08-22 13:48:01 +02:00
frontend Add reference annotation (#4) 2018-10-01 15:29:08 +02:00
keyframes Keyframes (#6) 2018-10-01 22:27:06 +02:00
keyframes_rl Keyframes (#6) 2018-10-01 22:27:06 +02:00
settings Keyframes (#6) 2018-10-01 22:27:06 +02:00
style_transfer Add minor config changes 2018-09-06 21:27:40 +02:00
tmp Keyframes (#6) 2018-10-01 22:27:06 +02:00
.gitignore Add minor config changes 2018-09-06 21:27:40 +02:00
db.env Add core structure for application 2018-08-07 09:29:16 +02:00
docker-compose-prod.yml Add SSL cert configuration 2018-09-25 09:14:44 +00:00
docker-compose.yml Add minor config changes 2018-09-06 21:27:40 +02:00
dockerfile Keyframes (#6) 2018-10-01 22:27:06 +02:00
entrypoint.sh Add minor ports changes 2018-08-27 21:09:05 +02:00
Makefile.config Keyframes (#6) 2018-10-01 22:27:06 +02:00
manage.py Add core structure for application 2018-08-07 09:29:16 +02:00
nginx.conf Add SSL cert configuration 2018-09-25 09:14:44 +00:00
package-lock.json Add frontend app 2018-09-01 17:14:32 +02:00
package.json Add placeholder description, API description, acknowledgements 2018-09-11 08:25:51 +02:00
prepare_setup.sh Add SSL cert configuration 2018-09-25 09:14:44 +00:00
README.md Add some TODOs + localhost to allowed_hosts 2018-09-02 18:23:39 +02:00
requirements.txt Keyframes (#6) 2018-10-01 22:27:06 +02:00
utils.py Add base pipeline 2018-08-21 22:52:09 +02:00

comixify

#TODO:

  • Prepare readme
  • Fix model loading to memory
  • Replace ffmpeg with some keyframes extractor
  • Prepare own ComixGAN
  • Prepare some more intelligent method for comic layout
  • Prepare some method for voice extraction