Skip to content

UPC-MAI-Master-Projects/OR_DepthEstimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Data

  1. Download the dataset from here

Troubleshooting

ModuleNotFoundError: No module named 'smpl.smpl_np'

Solution:

  1. Add paths to the system path
import sys
sys.path.append('cloth3d')
sys.path.append('cloth3d/DataReader')
sys.path.append('cloth3d/DataReader/smpl')

from DataReader.read import DataReader

reader = DataReader()
  1. Go to cloth3d/DataReader/read.py and change the import statement from
from smpl.smpl_np import SMPLModel

to

from smpl_np import SMPLModel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •