├── GarmentMotionRenderer ├── DataIO.py ├── Models.py ├── Train.py ├── run.py ├── siren.py ├── trib_Architecture.py ├── uv_Architecture.py └── vgg.py ├── PixelSample ├── DataIO.h ├── main.cpp ├── mesh.h ├── rayTracer.cpp └── rayTracer.h ├── README.md ├── blenderScript ├── Joints.py ├── real_DynamicUpdateVerts.py └── test.py ├── network.png └── unseen_2.gif /GarmentMotionRenderer/DataIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/DataIO.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/Models.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/Train.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/run.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/siren.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/siren.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/trib_Architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/trib_Architecture.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/uv_Architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/uv_Architecture.py -------------------------------------------------------------------------------- /GarmentMotionRenderer/vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/GarmentMotionRenderer/vgg.py -------------------------------------------------------------------------------- /PixelSample/DataIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/PixelSample/DataIO.h -------------------------------------------------------------------------------- /PixelSample/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/PixelSample/main.cpp -------------------------------------------------------------------------------- /PixelSample/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/PixelSample/mesh.h -------------------------------------------------------------------------------- /PixelSample/rayTracer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/PixelSample/rayTracer.cpp -------------------------------------------------------------------------------- /PixelSample/rayTracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/PixelSample/rayTracer.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/README.md -------------------------------------------------------------------------------- /blenderScript/Joints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/blenderScript/Joints.py -------------------------------------------------------------------------------- /blenderScript/real_DynamicUpdateVerts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/blenderScript/real_DynamicUpdateVerts.py -------------------------------------------------------------------------------- /blenderScript/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/blenderScript/test.py -------------------------------------------------------------------------------- /network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/network.png -------------------------------------------------------------------------------- /unseen_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/DynamicNeuralGarments/HEAD/unseen_2.gif --------------------------------------------------------------------------------