Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:npu:opencv-dnn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim3:npu:opencv-dnn [2023/05/10 00:29]
hyphop
products:sbc:vim3:npu:opencv-dnn [2023/12/25 03:59] (current)
nick
Line 1: Line 1:
 +~~tag> VIM3 OpenCV~~
 +
 ====== OpenCV DNN Usage ====== ====== OpenCV DNN Usage ======
  
 <WRAP important > <WRAP important >
-Just use for [[:VIM3]] only, not for [[:VIM3L]].+For [[:VIM3]] only, not for [[:VIM3L]].
 </WRAP> </WRAP>
  
Line 19: Line 21:
  
 ```shell ```shell
-wget https://dl.khadas.com/development/opencv-4.7-2.debĀ +wget https://dl.khadas.com/development/opencv_4.8.1.debĀ 
-sudo dpkg -i opencv-4.7-2.deb+sudo dpkg -i opencv_4.8.1.deb
 ``` ```
  
 ===== Run Test ===== ===== Run Test =====
  
-==== Get Demo Source ====+==== Get demo source ====
  
 Get the example repository from [[kg>OpenCV_NPU_Demo]]. Get the example repository from [[kg>OpenCV_NPU_Demo]].
Line 60: Line 62:
 {{products:sbc:vim3:npu:opencv-c.jpeg}} {{products:sbc:vim3:npu:opencv-c.jpeg}}
  
 +===== Quantize Model =====
  
 +We suggest that quantize your model before running on VIM3. If your model performs bad after quantizing, without quantification is okay. Get [[https://github.com/opencv/opencv_zoo/tree/main/tools/quantize|quantized model]]
Last modified: 2023/05/10 00:29 by hyphop