Skip to content

IBVS approach with CNN for UR robotic manipulation #1403

Answered by SamFlt
MohamedAssanhaji asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Concerning the 1st point:

  • Some detection NNs can be used in ViSP, see this tutorial This includes some versions of Yolo, Mobilenet and FasterRCNN. You can train your own networks in Python following the original repo's instructions, export them to ONNX and use this ONNX version in ViSP. If you have a 3D model of your object and wish to train a detection network on cheap synthetic data, see this tool. You can also use it to retrieve the object pose, the depth and normal maps.
  • You can also perform pose estimation using Megapose, see this tutorial. This requires a 3D model of the object/scene (You can use NeRFs to obtain a model, using this process). It tends to work best with objects t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by s-trinh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1401 on May 15, 2024 18:19.