Yingdong Hu
Yingdong Hu
Hello, thanks for your great work. Can you provide additional ablations obtained using different batch size ? (e.g. smaller batch size 512/256, instead of the 1024 reported in paper) I...
https://github.com/zdaxie/PixPro/blob/e390d6b60bcb017ed7ea7fd7e6647d14c5da86cc/contrast/models/PixPro.py#L141 If I set `pixpro_transform_layer=2`, it will use Batchnorm between 2 linear layers, but it seems that you didn't convert this batchnorm to SyncBatchNorm.
你好,我想问一下您自己写的预处理 和 官方提供的那个预处理数据集有区别吗。
I tried to run probing tasks for different Atari environments, using the following command: `python -m scripts.run_probe --method infonce-stdim --env-name {env_name}` I did not change any code, just tried different...
I also look forward to seeing the complete project!!!
Hi, I want to add a wrist-mounted camera for the `OpenCabinetDrawer` env I create a config file for the camera ``` name: "wrist" position: [0, 0, 1.0] rotation: [0.9238795, 0,...
Thank you for sharing such a great job ! The code now seems to consider only one pair of images (one reference frame and one target frame). But the memory...
Hello Kipf, I find there is a discrepancy between the loss mentioned in the paper. According to Eq(5) in paper, for negative samples, you calculate the Euclidean distance between negative...
I evaluate the example pre-trained models on 100 trajectories. I set the seed to 0. I run the following command twice: ``` python -m tools.run_rl configs/bc/mani_skill_point_cloud_transformer.py --gpu-ids=0 --evaluation \ --work-dir=./test/OpenCabinetDrawer_1045_link_0-v0_pcd...
Hi @cheng-chi, this work is incredible! I read the code carefully and I have a doubt about image normalization. For example, in `real_pusht_image_dataset.py`, the following code normalizes the image to...