├── README.md ├── body_garment_dataset ├── readme.md └── visualization.py ├── code ├── infer.py ├── module │ ├── GCNs.py │ ├── ImageReconstructModel.py │ └── SkinWeightModel.py └── utils.py ├── environment.yaml ├── images ├── 00032_soccerc_tilt_twist_left.000001_1.jpg ├── 007.png ├── 020.png ├── 03223_soccerc_hips.000001_1.jpg ├── 125611494541823_m.png ├── 125611499386915_m.png ├── 125611504306885_m.png ├── 125611512232214_m.png ├── 307.png ├── 362.png ├── 445.png ├── 5.jpg ├── 7.jpg ├── 80.png ├── female-1-casual_0.jpg ├── female-4-sport_0.jpg ├── male-1-sport_0.jpg └── male-5-outdoor_0.jpg └── smpl_pytorch ├── PosePrior.py ├── SMPL.py ├── hello_smpl.obj ├── readme.md └── util.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/README.md -------------------------------------------------------------------------------- /body_garment_dataset/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/body_garment_dataset/readme.md -------------------------------------------------------------------------------- /body_garment_dataset/visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/body_garment_dataset/visualization.py -------------------------------------------------------------------------------- /code/infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/code/infer.py -------------------------------------------------------------------------------- /code/module/GCNs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/code/module/GCNs.py -------------------------------------------------------------------------------- /code/module/ImageReconstructModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/code/module/ImageReconstructModel.py -------------------------------------------------------------------------------- /code/module/SkinWeightModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/code/module/SkinWeightModel.py -------------------------------------------------------------------------------- /code/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/code/utils.py -------------------------------------------------------------------------------- /environment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/environment.yaml -------------------------------------------------------------------------------- /images/00032_soccerc_tilt_twist_left.000001_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/00032_soccerc_tilt_twist_left.000001_1.jpg -------------------------------------------------------------------------------- /images/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/007.png -------------------------------------------------------------------------------- /images/020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/020.png -------------------------------------------------------------------------------- /images/03223_soccerc_hips.000001_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/03223_soccerc_hips.000001_1.jpg -------------------------------------------------------------------------------- /images/125611494541823_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/125611494541823_m.png -------------------------------------------------------------------------------- /images/125611499386915_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/125611499386915_m.png -------------------------------------------------------------------------------- /images/125611504306885_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/125611504306885_m.png -------------------------------------------------------------------------------- /images/125611512232214_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/125611512232214_m.png -------------------------------------------------------------------------------- /images/307.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/307.png -------------------------------------------------------------------------------- /images/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/362.png -------------------------------------------------------------------------------- /images/445.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/445.png -------------------------------------------------------------------------------- /images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/5.jpg -------------------------------------------------------------------------------- /images/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/7.jpg -------------------------------------------------------------------------------- /images/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/80.png -------------------------------------------------------------------------------- /images/female-1-casual_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/female-1-casual_0.jpg -------------------------------------------------------------------------------- /images/female-4-sport_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/female-4-sport_0.jpg -------------------------------------------------------------------------------- /images/male-1-sport_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/male-1-sport_0.jpg -------------------------------------------------------------------------------- /images/male-5-outdoor_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/images/male-5-outdoor_0.jpg -------------------------------------------------------------------------------- /smpl_pytorch/PosePrior.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/smpl_pytorch/PosePrior.py -------------------------------------------------------------------------------- /smpl_pytorch/SMPL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/smpl_pytorch/SMPL.py -------------------------------------------------------------------------------- /smpl_pytorch/hello_smpl.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/smpl_pytorch/hello_smpl.obj -------------------------------------------------------------------------------- /smpl_pytorch/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/smpl_pytorch/readme.md -------------------------------------------------------------------------------- /smpl_pytorch/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jby1993/BCNet/HEAD/smpl_pytorch/util.py --------------------------------------------------------------------------------