ibc icon indicating copy to clipboard operation
ibc copied to clipboard

Whether image input is provided in this codebase?

Open Vinson-Tang opened this issue 2 years ago • 2 comments

Hi @peteflorence ,

I'm trying to reproduce the IBC project. Thanks for open sourcing this work!I was wondering if this codebase provides an interface for image input that can be used in the real world.My sincerest thanks in advance!​

Sincerely, Vinson

Vinson-Tang avatar Dec 28 '22 14:12 Vinson-Tang

Hi there, and good luck with your work! In case this helps:

  • As you may already know, if you'd like to do image-input training and evaluation in simulation, then you should be able to do that following instructions here.
  • To do the same in the real world, in principle you just want to generally set up something comparable to what is provided here in simulation. I'd recommend some type of ROS-based system, or similar, for handling image/robot drivers, inter-process comms, logging, and visualization. You'll also need some expert demos, so you'll want a good system for providing interesting demonstrations. We won't be open-sourcing the setup we used, since not all parts are open-sourceable. Good luck!

peteflorence avatar Dec 29 '22 02:12 peteflorence

Thanks for your prompt reply!

Vinson-Tang avatar Dec 29 '22 11:12 Vinson-Tang