LoopReg
LoopReg copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: '/BS/RVH/work/data/smpl_models/lrotmin/lbs_tj10smooth6_0fixed_normalized/male/model.pkl' I tried to download it from MPI. But the file structure is confusing: Which one should we use?  The path...
Hi, can LoopReg run at real time?
Hello, thank you for your nice work. And, when I test FAUST dataset, I get some error. like this.   it is test_scans_135.ply Do I need to preprocess the...
Traceback (most recent call last): File "train_PartSpecificNet.py", line 128, in checkpoint_number=args.checkpoint_number, split_file=args.split_file) File "train_PartSpecificNet.py", line 65, in main trainer.train_model(epochs) File "/home/djq19/workfiles/LoopReg/models/trainer.py", line 377, in train_model for n, batch in enumerate(loop):...
Hi, First, thank you for your amazing work. I am trying to run LoopReg and before I could train and test it against my custom data set, it would be...
Hi, I am trying to run LoopReg on Windows and when running this command -` python train_PartSpecificNet.py 1 -mode val -save_name corr -batch_size 16 -split_file assets\data_split_01.pkl `I get couple of...
Hi, I found that some datas loaded by 'smpl_path.py' were lost in the released code: @staticmethod def get_template_file(): fname = join(ROOT, 'template', 'template.obj') return fname @staticmethod def get_template(): return Mesh(filename=SmplPaths.get_template_file())...
I've noticed that you have provided the model for naked input. Would you kindly provide the pre-trained model for non-naked input? Thanks in advance.
I think we need to install v0.1 for kaolin since v0.9 does not have modules "models" in kaolin but v0.1 does. Using python 3.6 kaolin v0.1 does not seem to...
Can you describe how to prepare data for supervised training? What does it mean by registered SMPL models in file numbers and formats? And how do we organize in data...