A repository to restore practice and test code written for computer vision concepts and machine learning models.
There are five tests include an unfinished one:
- SFM (Structure from Motion)
- CNN
- FCN8
- LSTM
- cycleGAN (Unfinished)
- Python 3.8
- CUDA 11.6
- Pytorch 1.12
Clone or just download the zip file as you like.
For ".ipynb" files, just open and run through it. For ".py" files, follow regular python logic.
- Yi Du
- 0.1
- Initial Release
Thanks to CIS580, CIS520 and Pytorch tutorials.