Deep Object Pose Estimation (DOPE) #2546
                  
                    
                      lambdaprime
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
DOPE (Deep Object Pose Estimation) is a system for Semantic Robotic Grasping of Household Objects described in the paper. Most of its resources (like model weights, datasets, training scripts etc) are available online.
dope4j is a Java interface to DOPE which is based on DJL.
There are certain differences between Java and original Python decoder implementations:
Decoding DOPE output is multistep process. Java decoder implementation supports Inspector which allows users to introspect every step of decoder and get access to belief maps, affinity fields, keypoints (separately vertices and center points) and finally bounding boxes.
Based on Conformance to DOPE original results the deviation between results of two decoders is around 0.0999.
Beta Was this translation helpful? Give feedback.
All reactions