Coder Social home page Coder Social logo

instruct2act's People

Contributors

siyuanhuang95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

instruct2act's Issues

How to install checkpoints for SAM and CLIP

I followed the link as described on the README.md but I was unable to find the CLIP checkpoints on the link provided, also the segment_anything package is not included it the environment.yaml

No module named 'easydict'

Hi,I follow your "readme" and try to recurrent your program. But when I run the "robotic_anything_gpt_online_eval.py", it warn me that "No module named 'easydict'". So I write the issue and try to find your help.
Thanks!

Where can I find the "openclip_tokenizer"?

Hi,

In the 90 line of engine_robotic.py, "tokenizer = open_clip.get_tokenizer("/data/openclip_tokenizer", direct_load=True)", where can I find the "openclip_tokenizer"?
The code assumes the openclip_tokenizer exists in the /data directory, but this file does not exist in the OpenCLIP repository. In laion/CLIP-ViT-H-14-laion2B-s32B-b79K, is it tokenizer.json?

In OpenCLIP, I see that openclip_tokenizer may be a function or class rather than a file. If so, the naming of this line of code could be improved, e.g. "tokenizer = open_clip.get_tokenizer(model_path="/data/...", direct_load=True)".

Thanks!

How can I make the robotic arm move

Hi,

I successfully run the visual window of Vimabench. But I dont know how to make it move after I read the "readme". Could you please give me any suggestions.

Thanks

error occurred when I ran script "robotic_anything_gpt_online_eval.py"

(vima) csc@csclab:~/LLM$ /home/csc/anaconda3/envs/vima/bin/python /home/csc/LLM/Instruct2Act/robotic_anything_gpt_online_eval.py
pybullet build time: May 20 2022 19:45:31
[INFO] 17 tasks loaded
/home/csc/anaconda3/envs/vima/lib/python3.9/site-packages/scipy/init.py:155: UserWarning: A NumPy version >=1.18.5 and <1.25.0 is required for this version of SciPy (detected version 1.26.4
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
Loading SAM...
Traceback (most recent call last):
File "/home/csc/LLM/Instruct2Act/robotic_anything_gpt_online_eval.py", line 18, in
from engine_robotic import *
File "/home/csc/LLM/Instruct2Act/engine_robotic.py", line 47, in
build_sam_func[sam_idx](
TypeError: build_sam_vit_h() got an unexpected keyword argument 'device'

do not know how to solve it.

question about Rearrange task

Hi, thanks for your excellent work!
I wonder whether there is a rotation in the Rearrange task?
If yes, how do you calculate the degree? Thanks!

incorrect coordinate detected of base_obj

Hello,

Thank you for your awesome work!
I meet a problem that the dragged_obj_1 can not be put into the base_obj correctly. I have checked the output of CLIPRetrieval() function. In my testing, the coordinate of dragged_obj_1 is 2, and base_obj is 3, and sometimes they are both 2. Could you give me some suggestions what causes the problem. May be I should try some larger model? I use sam_vit_b_01ec64 the save the memory. But I do not think it is the problem of model, since the robot can pick the dragged_obj_1 every time accrurately, just put it down to the same position rather than the position of base_obj.

Looking forward to you reply!

Do I need a paid plan for openAI?

Hi,
thanks for your excellent work.

I ckpts for CLIP and SAM prepared.
robotic_anything_gpt_online_eval.py
is executed,

On the terminal
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

Could you please tell me what the solution is?

Issue with GUI and Arm Movement

Hi,
After launching the GUI interface, I expected the robotic arm to move or provide some form of feedback. However, I am not observing any movement or receiving any prompts or error messages.
Thank you for your time and support.
截图 2023-07-16 16-43-01

Questions about using robotic_anything_offline.py

Hi,
thanks for your excellent work.

  1. I tried to run the _robotic_anything_gpt_online.py. However, even with a proxy, I still got the error "_openai.error.AuthenticationError: ". The network conditions cannot be improved at the moment.
  2. I tried to use the LLAMA-adapter to implement Instruct2Act. I would like to know how to use the LLAMA-adapter and robotic_anything_offline.py to implement Instruc2Act. Will this part of the code be open source later?
    Any help would be much appreciated.
    Bests

How to run

Hi, thanks for your work

What if I just want to get the result after using SAM and Openclip, without performing any robot actions

Which files should i modify and run

Thanks!

question about running the example

hi, thanks for your excellent work!

when i have installed all packages and run robotic_anything_gpt_online_eval.py, error happens:
image
I am a beginner in LLM and robotics, so i really don't know how to fix it , can you help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.