antithing

Results 159 issues of antithing

Hi, I have set up a simple bundle adjustment example using the 3d / 2d points from a single AruCo marker, and two cameras. I find the marker in both...

I have a model trained, and am using the following to return the likelihood: ``` UINT predictedClassLabel = bag.getPredictedClassLabel(); VectorFloat classLikelihoods = bag.getClassLikelihoods(); VectorFloat classDistances = bag.getClassDistances(); std::cout

Hi, and thank you for making this code available. It works great, and the Mattes look good, but I am seeing a speed of around 2.5 seconds per image. (using...

Hi, can this be compiled and used on a Windows pc? Thanks!

Hi! Thanks for making this code available. It would be great to be able to run inference for segmentation and matting in c++, is this possible? Or planned for the...

enhancement

Hi, and thank you for making this code available. I have a question regarding the gicp implementation. In a one-shot test project, it gives a huge speed increase over the...

Hi, and thank you for making this code available! I would like to integrate it into an existing workflow that uses opencv to load videos. Would you be able to...

# Issue Title (*using gpu for high resolution video *) Hi! Thanks for making this code available. If I compile ffmpeg with cuda, will this code use the gpu by...

Hi, I am looking at ways to initialize mono slam with known 3d points, such as a checkerboard, or fiducial markers. In this way I can run mono slam with...

Hi, and thanks for making this code available. I am using it in windows, without ROS, and am looking at multi threading it to improve speed. It seems it would...