question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Training the Volumetric model

See original GitHub issue

Hello,

I have pre-processed the Human3.6M dataset according to your given manual. However, when I try to train the volumetric model, I face this problem:

Exception has occurred: AssertionError File "/media/saman/storage_device/ubuntu/learnable-triangulation/mvn/datasets/human36m.py", line 111, in __init__ assert len(self.keypoints_3d_pred) == len(self) File "/media/saman/storage_device/ubuntu/learnable-triangulation/train.py", line 65, in setup_human36m_dataloaders crop=config.dataset.train.crop if hasattr(config.dataset.train, "crop") else True, File "/media/saman/storage_device/ubuntu/learnable-triangulation/train.py", line 115, in setup_dataloaders train_dataloader, val_dataloader, train_sampler = setup_human36m_dataloaders(config, is_train, distributed_train) File "/media/saman/storage_device/ubuntu/learnable-triangulation/train.py", line 446, in main train_dataloader, val_dataloader, train_sampler = setup_dataloaders(config, distributed_train=is_distributed) File "/media/saman/storage_device/ubuntu/learnable-triangulation/train.py", line 485, in <module> main(args)

It seems thet len(self)=389938 while len(self.keypoints_3d_pred)=159181

Thank you for helping me!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
samvafcommented, Oct 24, 2019

Hello @karfly,

Thank you for your reply.

If the problem is the number of frames, I am going to double-check the procedure which I have done to pre-process the Human3.6M.

0reactions
dulibubaicommented, Oct 27, 2019

@myshli, Hi!,you can take the source code about processing Human3.6M dataset to judge the form of Human3.6M. I dont’t have the dataset ,either. I am trying do so! It’s not hard.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build a Volumetric Object - Agi
This training requires additional licenses to complete. ... Model a place object using the City Database and enable the terrain mask and position...
Read more >
3D volumetric rendering with NeRF - Keras
A trained model can represent the entire 3-D scene with a sparse set of training images. Here we provide different poses to the...
Read more >
Innovating Enterprise Soft Skills Training with Volumetric Videos
Volumetric videos improve trainee engagement, which aids in better knowledge retention. Since trainees are more focused, they get better prepared for real-world ...
Read more >
Volumetric Video Is Changing Immersive Training
The project wanted to democratize learning through an interactive and fully immersive learning experience that used volumetric video, realistic ...
Read more >
3D Volumetric Modeling with Introspective Neural Networks
2018a), an unsupervised learning process is first applied to 3D-DescriptorNet to perform feature extraction, followed by another step of training a separate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found