mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Tested on Orange Pi 5 and Cool Pi 4B. Merge with parts of the OpenCV DNN PR. Adds support for YOLOv5s models for Rockchip CPUs with a NPU. Right now hard coded to a note model from alex_idk. Very much still incubating and largely untested.
35 lines
311 B
Plaintext
35 lines
311 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.jpeg$
|
|
\.png$
|
|
\.gif$
|
|
\.so$
|
|
\.dll$
|
|
\.webp$
|
|
\.ico$
|
|
\.rknn$
|
|
gradlew
|
|
}
|
|
|
|
includeProject {
|
|
^photonLib/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^frc/
|
|
^networktables/
|
|
^units/
|
|
^wpi/
|
|
}
|