halcon“小试”目标检测(object detection)
来个目标检测(object detection),比较火的检测有faster-rcnn,r-fcn,sdd,yolo。后面有时间一一介绍 下面看看halcon如何实现目标检测的 halcon读取8w多张图像,60w多个目标,毫无压力。halcon还是可以的,就是灵活性差不少。
代码语言:javascript复制*
* This example is part of a series of examples, which summarizes
* the workflow for DL object detection. It uses the MVTec pill bag dataset.
*
* The four parts are:
* 1. Creation of the model and dataset preprocessing.
* 2. Training of the model.
* 3. Evaluation of the trained model.
* 4. Inference on new images.
*
* This example covers part 1: 'Creation of model and dataset preprocessing'.
*
* It explains how to create a DL object detection model (