[1] https://www.youtube.com/watch?v=l_ie4_Yyxjg
[2] Alpaca Breeding/Feeding https://www.youtube.com/watch?v=0sO9rizj7I4
Types Suri, Tuy-Wacaya
[3] Alpaca Breeding (Chigmo, SilluSillu) https://www.youtube.com/watch?v=ksN5x9y5HNw
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programación, recursos web y entretenimiento.
[1] https://www.youtube.com/watch?v=l_ie4_Yyxjg
[2] Alpaca Breeding/Feeding https://www.youtube.com/watch?v=0sO9rizj7I4
Types Suri, Tuy-Wacaya
[3] Alpaca Breeding (Chigmo, SilluSillu) https://www.youtube.com/watch?v=ksN5x9y5HNw
 Multiclass Image Classification
https://teachablemachine.withgoogle.com/train/image 
Thesis 
[1] Smooth Interface Reconstruction from Volume Fraction Data Using Variational
Techniques and Level Set Methods 
 
Volume Fractions in Rectangular Grids
Analytical Relations Connecting Linear Interfaces and Volume Fractions in Rectangular Grids 
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.536.848&rep=rep1&type=pdf
[1] Markers - A front-tracking algorithm for accurate representation of surface tension (Zaleski)
https://hal.archives-ouvertes.fr/hal-01445441/document
[2] Level Set Methods (LSM)
[2.1] Tutorial Level Set vs Marching Methods https://math.berkeley.edu/~sethian/2006/Explanations/level_set_explain.html
[2.2-1] Part I (Def) https://wiseodd.github.io/techblog/2016/11/05/levelset-method/
[2.2-2] Part II(Application for segmentation) https://wiseodd.github.io/techblog/2016/11/20/levelset-segmentation/
[1] Review https://sh-tsang.medium.com/review-vision-transformer-vit-406568603de0
[2] Colab ViT Tutorial https://colab.research.google.com/github/hirotomusiker/schwert_colab_data_storage/blob/master/notebook/Vision_Transformer_Tutorial.ipynb
[3] ViT pytorch https://github.com/lucidrains/vit-pytorch
[4] Vit Keras https://wandb.ai/ayush-thakur/keras_cv_vit/reports/Image-Classification-Using-Vision-Transformer-and-KerasCV--VmlldzozNTE4MzMz
[5] Fine tunning https://huggingface.co/blog/fine-tune-vit
[6] Full material https://github.com/cmhungsteve/Awesome-Transformer-Attention
Main page 
[1] http://terrabrasilis.dpi.inpe.br/en/home-page/
Dataset 
[2] http://www.dpi.inpe.br/prodesdigital/dadosn/
[3] 2005-2009 http://www.dpi.inpe.br/prodesdigital/dadosn/mosaicos/ 
[4] Image 9GB http://www.dpi.inpe.br/prodesdigital/dadosn/mosaicos/2019/
./configure --enable-nonfree --enable-pic --enable-shared export CC=path_of_gcc/gcc-version
 export CXX=path_of_g++/g++-version
 cmake  path_of_project_contain_CMakeList.txt
 make  OR #Current version is 6, but we need to compile using another version (installed for sure)$CC="gcc-4.9" CXX="g++-4.9" cmake /CMakeLists.txt    awk -F\| '{print>$1}' file1 awk -F\| '{print $1","$2","$5","$6" "$7" "...