Hello i am trying to build opencv from source using the latest commit, i built it with opencv_world enabled and python disabled… and tried two computers, on an intel mac and on an arm64 mac.
- Testing code fromyolo dnn
- yolo model from darknet alexey
on the intel mac the detections are correct, but the arm64 version does not return any results, the code is the same and the building process also. Are here any other steps necessary?
from ccmake:
CAROTENE_NS: carotene_o4t
ENABLE_NEON: ON
CPU/HW features:
Baseline: NEON FP16
required: NEON
disabled: VFPV3
any tips welcome!
greetz