Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetson_nano branch not OpenCV4 compatible? #21

Open
MattArceri opened this issue Feb 18, 2021 · 3 comments
Open

jetson_nano branch not OpenCV4 compatible? #21

MattArceri opened this issue Feb 18, 2021 · 3 comments

Comments

@MattArceri
Copy link

The readme says to use OpenCV4 to run the jetson_nano branch on a Nano. This fails for me during compilation due to a host of issues mostly related to CvMat. As far as I can tell CvMat was entirely dropped from OpenCv4 while it was only deprecated on CV3. Is the jetson_nano branch missing some modifications to only use the new Mat class or am I missing some other workaround here?

@vicent3rod
Copy link

Check xaldyz/dataflow-orbslam#2
Works on jetson nx/opencv4.

@dusty-nv
Copy link

dusty-nv commented Aug 4, 2021

Check xaldyz/dataflow-orbslam#2
Works on jetson nx/opencv4.

This doesn't appear to have the CUDA support. Here's a fork of ORB_SAM2_CUDA with OpenCV4:

https://github.com/dusty-nv/ORB_SLAM2_CUDA

@RoyAmoyal
Copy link

RoyAmoyal commented Dec 5, 2023

Check xaldyz/dataflow-orbslam#2
Works on jetson nx/opencv4.

This doesn't appear to have the CUDA support. Here's a fork of ORB_SAM2_CUDA with OpenCV4:

https://github.com/dusty-nv/ORB_SLAM2_CUDA

it's looks like its the same. CvMat, CvSVD etc.. its doesntlook like opencv4 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants