├── LICENSE.md ├── README.md ├── environment.yml ├── make_rendering_videos.py └── stylize.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JianlingWANG2021/SGSST/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JianlingWANG2021/SGSST/HEAD/README.md -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JianlingWANG2021/SGSST/HEAD/environment.yml -------------------------------------------------------------------------------- /make_rendering_videos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JianlingWANG2021/SGSST/HEAD/make_rendering_videos.py -------------------------------------------------------------------------------- /stylize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JianlingWANG2021/SGSST/HEAD/stylize.py --------------------------------------------------------------------------------