sprint-12-release-candidate
Emma-An94
released this
07 Jul 10:12
·
17 commits
to main
since this release
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>