grez72
grez72
Does this implementation include the proximal regularization described in the paper? If not, can you provide an example of how to integrate this modified loss into the current code base?
Hi, When I run test_pose.py, I get this error: No such file or directory: 'openpose_coco_best.pth.tar' Where do I locate (or how do I generate) this file? Thanks!
Sorry if I missed this in the docs or tutorials, but is it possible to pass a flag to physics.render to get stereo output (either mujoco.mjtStereo.mjSTEREO_QUADBUFFERED, or mujoco.mjtStereo.mjSTEREO_SIDEBYSIDE)? I have...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Must have (e.g....
## 🐛 Bug When drop_last=False, len(StreamingDataLoader) returns the incorrect length if batch_size does not divide evenly into len(dataset). It appears to return ceil(length / self.batch_size), but the actual length is...
### Describe the question. Hi, I'm hoping to integrate nvImageCode with PyTorch DataLoaders (torch utils DataLoader, or [FFCV](https://github.com/facebookresearch/FFCV-SSL) DataLoader, or [LitData](https://github.com/Lightning-AI/litdata) DataLoader), but I'm struggling. If I include the decoder...