-
Notifications
You must be signed in to change notification settings - Fork 309
Description
I've been using VISP for traditional IBVS with 2D cameras and various robots for pick and place tasks in challenging environments for a couple of years now. Following the trend in many papers, such as "An Image-Based Visual Servo Approach with Deep Learning for Robotic Manipulation" by Jingshu Liu and Yuan Li, I'm planning to integrate a CNN into my visual servoing algorithm. Currently, I'm working with different UR robots and an Intel RealSense depth camera 435 D (both compatible with VISP).
I have a couple of questions:
-
Can we integrate a pre-trained CNN into VISP algorithms? If yes, which specific algorithm among the many available?
-
Are there any existing or ongoing algorithms that utilize other DNN-based approaches for feature extraction in visual servoing?