Open astronaut71 opened 4 years ago
I have the same problem. Maybe you need to upgrade your torch and torch vision
yes done it. then is ok .. load the model but nothing detect. Must be the object I want to detect same size (in cm) and color as in the config file? So what if my cracker box is bit bigger and different color then in the config file, means not gonna detect?
Well, as like as two peas, you need to check the model and your realistic model, which can be seen in the same way.
my realistic model not exactly the same as the model. So is it possible to detect something similar the model? lets say different color and bit bigger size then the model?
Maybe, but the advice is the same.
oh ok ok .got it
also is very slow. almost not real time. Im looking for real time 6D pose estimation for real data. Which are much more bigger then the models and with varies dimensions.
How do you plan to do real 6D attitude data? We can discuss it together。
well either use it end to end detector or, use some detector like YOLO (darknet_ros) that give me the 3d coordinate of the detected bounding box, and use that for ROI and further point cloud processing. So from there u have to do clustering, and PCA and get the oriented bounding box( positions and orientation). Im doing the second approach now , as the end to detector I guess are more on research stage. So Im feeding the point clouds with the centroid points (xmin, xmax, ymain, ymax, zmin, zmax) from the detector and then perform PCA.
https://github.com/avinashsen707/AUBOi5-D435-ROS-DOPE
Checky results, i got it like this
So you tried only with realistic box exactly same as the model right? Any different realistic objects did you try?
So you tried only with realistic box exactly same as the model right? Any different realistic objects did you try?
I mad a 3D printed box of exact sizes and applied its cover images. So far now, i in the developing stage of dataset for the realistic object for my project domain
Hi
Hi Im using Ubuntu 16.04, ROS kinetic and having CUDA 10 and cudnn 7.10. Then using the ZED camera and the the following configuration
Then the camera info like this
When running the
roslaunch dope dope.launch
while Model loaded in 283.750207901 seconds. Running DOPE... (Listening to camera topic: '/zed/zed_node/rgb/image_rect_color') got this ERROR