antithing
antithing
Ok thank you! are you able to share the code you use to run inference using deeplab in c++? Thanks again.
Thank you. I will try that. What is the best way to copy the right amount of data from waveIn to sound? Sound = waveIn gives an error, do I...
Hi, sorry to bug you again, I am still stuck on this. i have adjusted my main loop above to: ``` while (num < 200) { cout
Thank you! I am trying the following: //cloudQuery is the XYZ point cloud //fpfhs_src is the PointCloud(FPFHSignature33)::Ptr fpfhs_src(new PointCloud(FPFHSignature33)) ``` typedef vector Points; typedef vector Feature; //cloud1 Points pts; Feature...
Thank you! This is now working, but in my test application, i am seeing a result that is slower and slightly less accurate than the PCL GICP implementation. I am...
That ratio has improved the results, but no matter what the cloud resolution, it runs half as fast as gicp. Is there anything else I can look at to speed...
Thank you again! Using OpenMp has sped it up well. I am playing with the settings for normal and feature estimation, but i just cannot seem to get a great...
@aalzooke I have not figured it out yet. Did you manage to run inference on a single image or Webcam?
@fmahoudeau if you have a second, would you be able to help us out please? What would the approach be to run inference on a single image loaded as cv::Mat?...
Hi, thank you again for your time on this. I have switched to Monocular to get everything working, and after I found a typo i made when converting from linux...