Sunday, August 16, 2020

Video edition by ffmpeg

 

$ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi

$ffmpeg -i video.mp4 -f srt -i video.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s mov_text out.mp4

References:

[1] https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo

[2] https://stackoverflow.com/questions/8672809/use-ffmpeg-to-add-text-subtitles

Wednesday, August 12, 2020

Tuesday, August 04, 2020

Watching movies


[1] Requires installation Windows/Linux https://syncplay.pl/download/
[2] Watch2Getter for Youtube links

Tools
[1] Mergue Video and Subtitle Win/Linux https://mkvtoolnix.download/downloads.html
[2]
ffmpeg -i video.mp4 -vf subtitles=video.srt out.mp4

Tuesday, July 14, 2020

Scientific Publication Resources






[1] Where to publish a scientific publication http://methodo.ucc.edu.ar/files/vol5/num3/ART%209%20..pdf

Audiobooks


[1] http://www.loyalbooks.com/genre/Teen_Young_adult
[2] Nietzsche, Socrates and others https://librivox.org



References:
[1] https://www.mosalingua.com/pt/lista-dos-melhores-audiolivros-gratuitos-para-aprender-ingles/

Tuesday, June 30, 2020

Segmentation Lectures




https://medium.com/free-code-camp/mask-r-cnn-explained-7f82bec890e3
https://www.analyticsvidhya.com/blog/2019/07/computer-vision-implementing-mask-r-cnn-image-segmentation/

Wednesday, June 17, 2020

Anisotropic Diffusion


[1] Perona Malik Diffusion for Edge Detection
https://github.com/fubel/PeronaMalikDiffusion/blob/master/main.py

[2] https://github.com/pastapleton/Perona-Malik
[3] https://pastebin.com/sBsPX4Y7

Sunday, May 31, 2020

Rendering


[1] Physically Based Rendering https://pbrt.org/index.html
[2] Scenes https://pbrt.org/scenes-v3.html
[3] Guide https://pbrt.org/users-guide.html

Smoke Simulation Code

Compile from Windows to Linux

C++17 implementation of "Local Bases for Model-reduced Smoke Simulations" in 2D with dynamic obstacles. See www.olivier-mercier.com/res/publications/basisFluid/ for more details.

[1] Source Visual Studio https://github.com/omercier01/basisfluid
[2] One file libraries (images, noise, fonts,etc ) https://github.com/nothings/stb
[3] GLM Library https://glm.g-truc.net/0.9.2/api/index.html
[4] Localtime https://en.cppreference.com/w/c/chrono/localtime


Friday, May 29, 2020

Image Segmentation using Deep Learning resources



[1] https://www.nature.com/articles/s41699-020-0137-z.pdf

https://europepmc.org/backend/ptpmcrender.fcgi?accid=PMC5729043&blobtype=pdf

https://borda.github.io/pyImSegm/

http://vision.cs.utexas.edu/projects/keysegments/keysegments.html

Wednesday, May 13, 2020

Tuesday, May 12, 2020

3D Face reconstruction resources


[1] Python code  https://github.com/YadiraF/face3d
[2] Torch+Lua? https://github.com/AaronJackson/vrn
[3] Complete body https://github.com/vchoutas/smplify-x
[4] https://medium.com/vitalify-asia/create-3d-model-from-a-single-2d-image-in-pytorch-917aca00bb07
[5] Based on ShapeNet https://github.com/nywang16/Pixel2Mesh
[6] https://github.com/microsoft/Deep3DFaceReconstruction

Tools online
[1] 3D Model from single face picture https://cvl-demos.cs.nott.ac.uk/vrn/
[2] Search in github https://github.com/topics/3d-face-reconstruction


Resources
[1] https://paperswithcode.com/task/3d-face-reconstruction

Running apps

Runtastic (I uninstalled because force to update your device - Internet connection problems) Runkeeper  (Wrong GPS tracking) Strava   (Curr...