You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.3 kB

123456789101112131415
  1. ## NCNN Image Watch Plugin for Visual Studio
  2. Image Watch plugin is a good tool for better understanding insight of images. This tiny work offer a ".natvis" file which could add ncnn::Mat class support for Image Watch, and users could debug ncnn::Mat image just like debuging cv::Mat via Image Watch.
  3. To use this plugin, please move this "ImageWatchNCNN.natvis" file to "C:/user/${your user name}/Documents/Visual Studio ${VS_Version}/Visualizers" folder. If not exist this folder, create it(such as: "C:\Users\nihui\Documents\Visual Studio 2017\Visualizers").
  4. ![](https://github.com/Tencent/ncnn/blob/master/tools/plugin/ncnn_snapshot.png)
  5. See [Image Watch Help](https://imagewatch.azurewebsites.net/ImageWatchHelp/ImageWatchHelp.htm) page for more advanced using tips of Image Watch(For example, get single channel from channels, such as getting confidence heatmap from forward result list {confidence, x1, y1, x2, y2}).
  6. ## NNIE Image Watch Plugin for Visual Studio
  7. This image plugin will be a part of NNIE Plugin for NCNN(NPN). NPN will be a WIP, it should be completed by the end of Septembe.
  8. The plugin support SVP_BLOB_TYPE_S32 and SVP_BLOB_TYPE_U8 for now.
  9. ![](https://github.com/Tencent/ncnn/blob/master/tools/plugin/nnie_snapshot.png)