Max Argus

Results 6 issues of Max Argus

This is a collection of my fixups.

When running the moco code [here](https://github.com/facebookresearch/moco) with imgaug augmentations, using the following guide to making them compatible with pytorch transforms [here](https://colab.research.google.com/drive/109vu3F1LTzD1gdVV6cho9fKGx7lzbFll#scrollTo=rQ6DFPNvVD8s) I get the following error (see below). It looks...

The notebook `_get_frames` function was broken for PyAV 10 (the requirements.txt file lists PyAV 8). To have something compatible with both av version, a specific `_get_frames` function could be selected...

CLA Signed

Hi Team, this just caused a bug for me and feels a bit inconsistent. My expectation would be that `Pose.create` creates a new instance, ChatGPT thinks so too ;) ```...

If you create a new conda env, you can get a python version of e.g. 3.13, for which there are no sapien versions, causing the installation of maniskill to fail,...

In my code, I am trying to substitute StereoDepthCameraConfig with CameraConfig (my env inherits from `BaseEnv`) ``` #self.render_camera_config = CameraConfig("render_camera", pose, self.cam_size, self.cam_size, 1, 0.01, 100) self.render_camera_config = StereoDepthCameraConfig("render_camera", pose,...