Skip to content

Tags: amosproj/amos2021ss06-neural-network-enablement

Tags

final-product-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update documentation (#222)

* update documentation

* add documentation page 'about this docuemntation'

* update about documentation

sprint-12-release-candidate

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pipeline video function (#198)

* add the video colorization function

* improve the format

* try to fix the bugs

* improve the format and try to fix the bugs

* improve the format and try to fix the bugs through reducing the FPS

* fix the bugs

* fix the bugs

* try to find the bug

* try to fix the bug

* improved the code style, remain FPS problem

* try to fix bugs

* try to fix bugs

* Change the FPS to the individual FPS from the

* Delete the global FPS

* Change the output video name wiz a number inside. 

And set FPS as global varable.

* Correct formart

* Initialize the global vriable FPS

* changed fourcc from mp4 into avi, please test in ubuntu

* changed fourcc from mp4 into avi, please test in ubuntu

* call the video colorize process from the webservice (#197)

* prepare to use folder name instead of filename

* take the folder name as the input parameter (backend)

* change documentation

* add print to test

* use folder name as id in test_web.py

* rm a function

* call the video colorize process on the frontend

* call actual colorize_video

* prepare html template to add video/image

* js to show the result image again

* readd css classes to result imgs

* fix typo

* seperate div for media

* readd object-contain class

* Show videos in result view

* use correct var name

* Add control, autoplay to video

* try to set video properties correctly

* result: float right

* remove duplicated margin attributes

* pause video on close

* delete leftover from merge conflict

* fix typo

Co-authored-by: Wolfgang Meier <wolfgang.meier@fau.de>

* Delate some unused and commentiert print/cvshow

* Use folder name as an id to access media (#193)

* prepare to use folder name instead of filename

* take the folder name as the input parameter (backend)

* change documentation

* add print to test

* use folder name as id in test_web.py

* rm a function

* simplify all function

* add a folder exist check

Co-authored-by: xxchen <xiangxiang.chen@fau.de>

* update and fix FPS problem

* Changed the fps to a gloable var

Delete the fps in the begin,
Define dlobal fps when it first appear

* I changed back the global to the last version

Because it is not working

* try to provide webm format for video with audio output

* try to provide webm format for video with audio output

* provide webm format als result for colorized video

* fixing bugs and improve code style

* fixing bugs and improve error message

* fixing bugs

* webservice: use .webm extension for colorize_video result path

* webservice: use .webm extension for colorize_video result path II

* video colorization!!!

* try to change the path for temp folder

* try to create the path for temp folder

* improve the quality of the video result

* create the tmp folder path

* Tmp folder for storing intermediate results

* add tmp to gitignore

* improve the code style

* fix path bug

* Debug message at the start of colorization

* Hack to make colorize_video use the correct tmp path

Co-authored-by: yilinke <82506357+yilinke@users.noreply.github.com>
Co-authored-by: Xiangxiang Chen <73951537+cynthiachen28@users.noreply.github.com>
Co-authored-by: Wolfgang Meier <wolfgang.meier@fau.de>
Co-authored-by: xxchen <xiangxiang.chen@fau.de>

sprint-12-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pipeline video function (#198)

* add the video colorization function

* improve the format

* try to fix the bugs

* improve the format and try to fix the bugs

* improve the format and try to fix the bugs through reducing the FPS

* fix the bugs

* fix the bugs

* try to find the bug

* try to fix the bug

* improved the code style, remain FPS problem

* try to fix bugs

* try to fix bugs

* Change the FPS to the individual FPS from the

* Delete the global FPS

* Change the output video name wiz a number inside. 

And set FPS as global varable.

* Correct formart

* Initialize the global vriable FPS

* changed fourcc from mp4 into avi, please test in ubuntu

* changed fourcc from mp4 into avi, please test in ubuntu

* call the video colorize process from the webservice (#197)

* prepare to use folder name instead of filename

* take the folder name as the input parameter (backend)

* change documentation

* add print to test

* use folder name as id in test_web.py

* rm a function

* call the video colorize process on the frontend

* call actual colorize_video

* prepare html template to add video/image

* js to show the result image again

* readd css classes to result imgs

* fix typo

* seperate div for media

* readd object-contain class

* Show videos in result view

* use correct var name

* Add control, autoplay to video

* try to set video properties correctly

* result: float right

* remove duplicated margin attributes

* pause video on close

* delete leftover from merge conflict

* fix typo

Co-authored-by: Wolfgang Meier <wolfgang.meier@fau.de>

* Delate some unused and commentiert print/cvshow

* Use folder name as an id to access media (#193)

* prepare to use folder name instead of filename

* take the folder name as the input parameter (backend)

* change documentation

* add print to test

* use folder name as id in test_web.py

* rm a function

* simplify all function

* add a folder exist check

Co-authored-by: xxchen <xiangxiang.chen@fau.de>

* update and fix FPS problem

* Changed the fps to a gloable var

Delete the fps in the begin,
Define dlobal fps when it first appear

* I changed back the global to the last version

Because it is not working

* try to provide webm format for video with audio output

* try to provide webm format for video with audio output

* provide webm format als result for colorized video

* fixing bugs and improve code style

* fixing bugs and improve error message

* fixing bugs

* webservice: use .webm extension for colorize_video result path

* webservice: use .webm extension for colorize_video result path II

* video colorization!!!

* try to change the path for temp folder

* try to create the path for temp folder

* improve the quality of the video result

* create the tmp folder path

* Tmp folder for storing intermediate results

* add tmp to gitignore

* improve the code style

* fix path bug

* Debug message at the start of colorization

* Hack to make colorize_video use the correct tmp path

Co-authored-by: yilinke <82506357+yilinke@users.noreply.github.com>
Co-authored-by: Xiangxiang Chen <73951537+cynthiachen28@users.noreply.github.com>
Co-authored-by: Wolfgang Meier <wolfgang.meier@fau.de>
Co-authored-by: xxchen <xiangxiang.chen@fau.de>

sprint-11-release-candidate

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
merge audio and video (#185)

* add the function merge audio and movie

* try to fix bugs

* try to correct the format and fix bugs

* try to fix bugs

* try to fix bugs

* try to fix audio path bugs

* correct documentation

* try to fix bugs in unittest

* change wav into mp3, try to fix the bug

* add path validation check for testing video-audio split and merge

* improve the documentation

* Delete audio_for_video.wav

* improve the filename

sprint-11-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
merge audio and video (#185)

* add the function merge audio and movie

* try to fix bugs

* try to correct the format and fix bugs

* try to fix bugs

* try to fix bugs

* try to fix audio path bugs

* correct documentation

* try to fix bugs in unittest

* change wav into mp3, try to fix the bug

* add path validation check for testing video-audio split and merge

* improve the documentation

* Delete audio_for_video.wav

* improve the filename

sprint-10-release-candidate

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade cv2 version in requirements (#169)

sprint-10-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade cv2 version in requirements (#169)

demo-showcase-june-22

tagging showcase version

sprint-09-release-candidate

tagging release candidate sprint 09

sprint-09-release

tagging sprint 09 release