wenbo zhang
wenbo zhang
I am not familiar with the theoretic derivation, but I am interested in the range of suitability of the formula。Thank you。
Hello. Inference on your provided default datset is successful yet. BUT It failed on the another DAVIS dataset I download elsewhere. The file structure is a litte different so I...
Hi, thanks for your nick work. I find it is a little bit slow to inference on semantic segmentation code, the speed is less than 1 task/s on 1 v100....
Hi, Thanks for the work. Currently the obs has attribute gripper_pose in the world frame. I would like to do imitation learning with a model's action space defined as the...
I set up a environment following the instruction, but it seems to encounter a problem. (Adatta) root@053d4d94eab6:/code/AdaContrast# bash train_VISDA-C_target.sh /code/AdaContrast/ main_adacontrast.py:24: UserWarning: The version_base parameter is not specified. Please specify...
```python import base64 import requests # OpenAI API Key api_key = "****" # Function to encode the image def encode_image(image_path): with open(image_path, "rb") as image_file: return base64.b64encode(image_file.read()).decode('utf-8') # Path to...
Hi, I am using RLBenchmark to test a manipulation policy network and have encountered a bug in PyRep: When a zero action (position: 0, 0, 0; Euler angles: 0, 0,...
when I Enter > Python Image Preview on the command palette, it turns out to be an error:
Thanks you for the great work. I am trying to change the camera view to see if Octo are robust to view changing. I ran task "widowx_spoon_on_towel" and modify the...