├── README.md ├── config.py ├── docs ├── art_demo.png └── sampled_dataset.json ├── generate.py ├── requirements.txt └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/config.py -------------------------------------------------------------------------------- /docs/art_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/docs/art_demo.png -------------------------------------------------------------------------------- /docs/sampled_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/docs/sampled_dataset.json -------------------------------------------------------------------------------- /generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/generate.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Papple-F/csg/HEAD/utils.py --------------------------------------------------------------------------------