You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: