Friday, September 18, 2020

Time series

https://towardsdatascience.com/the-complete-guide-to-time-series-analysis-and-forecasting-70d476bfe775

https://github.com/AileenNielsen/TimeSeriesAnalysisWithPython
https://github.com/aurea-soriano/PublicAnomalyDetection

 

Tools

[1] Smooth time series

https://machinelearningmastery.com/moving-average-smoothing-for-time-series-forecasting-python/


[2] Auto encoders https://towardsdatascience.com/autoencoders-for-the-compression-of-stock-market-data-28e8c1a2da3e


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

Running apps

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