Commit graph

12 commits

Author SHA1 Message Date
Maciej Pęśko
1e5252b8f0
Add comix gan (#16)
* Add ComixGAN #1

* Add minor fixes

* Reduce batch size

* Fix concatenate bug

* Fix GPU memory not released problem #2

* Build client

* Fix style_transfer_mode bug

* Improve timings

* Add minor fix with GPU name

* Fix tf session problem

* Compile frontend

* Change parameters

* Fix occasional  yt Error
2018-11-10 22:45:55 +01:00
Adam Svystun
d453748661
Add NIMA (#13)
* Add frontend

* Neural Image Assessment (NIMA) model

* Add GPU mem fraction to NIMA model

* Add backend logic

* Remove whitespace

* NIMA score from image array

* Remove NIMA caching

* Add nima model as global

* NIMA model - add graph to class

* Set DEBUG=True

* Raise exception if NIMA model file is not found
2018-11-09 00:44:19 +01:00
adamsvystun
a68ec9fe38 Add pipeline selection
Change model files

Add frontend

Increase quality of I-frame selector

Add YouTube clips

Move defaults to settings

Fix Sports video
2018-10-08 21:44:17 +02:00
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
Maciej Pęśko
d3e6b4974d Add minor config changes
- Model caching
- Production settings
2018-09-06 21:27:40 +02:00
Maciej Pęśko
4a16d2f278
Merge pull request #1 from maciej3031/frontend
Frontend
2018-09-03 17:49:49 +02:00
Maciej Pęśko
354b07cc98 Add some TODOs + localhost to allowed_hosts 2018-09-02 18:23:39 +02:00
Adam Svystun
f2f430929b Hook up frontend in settings and urls 2018-09-01 17:15:01 +02:00
Maciej Pęśko
e96ddeb49e Update domain and ip address 2018-08-28 20:56:31 +02:00
Maciej Pęśko
e9b3d2b4fc Add minor changes in conf 2018-08-28 00:28:41 +02:00
Maciej Pęśko
189a543849 Add base pipeline 2018-08-21 22:52:09 +02:00
Maciej Pęśko
f191675939 Add core structure for application 2018-08-07 09:29:16 +02:00