22 lines
763 B
Markdown
22 lines
763 B
Markdown
# Project Name
|
|
|
|
## Dependencies
|
|
- python
|
|
- yaml (pip install pyyaml)
|
|
- paramiko (For ssh file transportation)
|
|
- pytorch
|
|
- tkinter (For GUI)
|
|
- pillow
|
|
- torchvision
|
|
- opencv
|
|
- tensorboard (pip install tensorboard)
|
|
- tensorboardX (pip install tensorboardX)
|
|
|
|
## Usage
|
|
- To configure the project in the ```main.py```.
|
|
|
|
|
|
## Acknowledgement
|
|
|
|
## Related Projects
|
|
Learn about our other projects [[RainNet]](https://neuralchen.github.io/RainNet), [[Sketch Generation]](https://github.com/TZYSJTU/Sketch-Generation-with-Drawing-Process-Guided-by-Vector-Flow-and-Grayscale), [[CooGAN]](https://github.com/neuralchen/CooGAN), [[Knowledge Style Transfer]](https://github.com/AceSix/Knowledge_Transfer), [[Youtube downloader]](https://github.com/AIARTSJTU/YoutubeDataCollector). |