简体   繁体   中英

ImageAI Object detection with prediction training

I have successfully trained a predictor model - so with no labels using ModelTraining class.

Currently, I can use CustomImagePrediction.predictImage() to return a value of what it thinks is in the picture.

I want to be able to detect the location of the object in the image, not just what it thinks it is. This functionality is in CustomObjectDetection but this is obviously a different class (gives a no label error as it requires the other training method, with the labels).

Is it possible to achieve this with a predictor model?

不,只有通过检测才能定位对象,因为它适用于坐标(边界框),标签错误意味着您必须注释数据集。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM