mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
Merge pull request #121 from Taoxuan-168/dev
support yolo26 for maixcam
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Initialize detector
|
||||
// @maixpy detector = nn.YOLO26(model="/root/models/yolo26n.mud", dual_buff=True)
|
||||
nn::YOLO26 detector(model_path, true);
|
||||
nn::YOLO26 detector(model_path, false);
|
||||
|
||||
// Initialize camera with model input size
|
||||
// @maixpy cam = camera.Camera(detector.input_width(), detector.input_height(), detector.input_format())
|
||||
|
||||
Reference in New Issue
Block a user