kuonangzhe
kuonangzhe
Yeah I did. I first uninstalled opencv in my labtop and then downloaded the opencv2.framework from the provided link. While the extracted opencv folder contains four parts as I mentioned,...
Xcode is in version 8.2.1
Hi, I fixed the OpenCV issue from using ros-lunar-opencv to the normal opencv-master from github, by modifying the CMakeLists.txt: (I installed opencv in /home/czm/opencv) SET("OpenCV_DIR" "/home/czm/opencv") find_package(OpenCV REQUIRED PATHS "home/czm/opencv")...
@gaoxiang12 After a bunch of debugging, I found that the main issue might come from the value initialization in frame due to some compiler differences. My friend's computer runs the...
@zhreshold Sorry for the late reply! The full log was missing after that training (I deleted the useless log, sigh...) but I did use the exact same command, which is...
met same problems too. The weird thing i met is that, when running the same code on x86 platform, everything works fine. While when running code on aarch platform like...