├── BaseMap.py ├── MotionGuidedDynamicGarment ├── DataIO.py ├── Displace_model.py ├── DynamicPred_architecture.py ├── Dynamic_rollout.py ├── IGR_Net.py ├── StaticPred_architecture.py ├── body_Data_Prepare.py ├── evalCollision.py ├── geometry.py ├── models.py ├── rasterTest.py ├── run_dynamic_prediction.py ├── run_static_reconstruction.py ├── train_dynamic_prediction.py └── train_static_reconstruction.py ├── README.md ├── architecture_n.png ├── garment_Data_Prep3.py ├── generalisation.gif ├── uvAbstract.py └── uv_rasterRender ├── RasterRender.sln └── RasterRender ├── DataIO.h ├── RasterRender.vcxproj ├── RasterRender.vcxproj.filters ├── RasterRender.vcxproj.user ├── ZmKDTree.hpp ├── main.cpp ├── mesh.h ├── rayTracer.cpp └── rayTracer.h /BaseMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/BaseMap.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/DataIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/DataIO.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/Displace_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/Displace_model.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/DynamicPred_architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/DynamicPred_architecture.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/Dynamic_rollout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/Dynamic_rollout.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/IGR_Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/IGR_Net.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/StaticPred_architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/StaticPred_architecture.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/body_Data_Prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/body_Data_Prepare.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/evalCollision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/evalCollision.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/geometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/geometry.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/models.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/rasterTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/rasterTest.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/run_dynamic_prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/run_dynamic_prediction.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/run_static_reconstruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/run_static_reconstruction.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/train_dynamic_prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/train_dynamic_prediction.py -------------------------------------------------------------------------------- /MotionGuidedDynamicGarment/train_static_reconstruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/MotionGuidedDynamicGarment/train_static_reconstruction.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/README.md -------------------------------------------------------------------------------- /architecture_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/architecture_n.png -------------------------------------------------------------------------------- /garment_Data_Prep3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/garment_Data_Prep3.py -------------------------------------------------------------------------------- /generalisation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/generalisation.gif -------------------------------------------------------------------------------- /uvAbstract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uvAbstract.py -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender.sln -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/DataIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/DataIO.h -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/RasterRender.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/RasterRender.vcxproj -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/RasterRender.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/RasterRender.vcxproj.filters -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/RasterRender.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/RasterRender.vcxproj.user -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/ZmKDTree.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/ZmKDTree.hpp -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/main.cpp -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/mesh.h -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/rayTracer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/rayTracer.cpp -------------------------------------------------------------------------------- /uv_rasterRender/RasterRender/rayTracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MengZephyr/Motion-Guided-Deep-Dynamic-3D-Garment/HEAD/uv_rasterRender/RasterRender/rayTracer.h --------------------------------------------------------------------------------