FastDeploy
FastDeploy copied to clipboard
fix a bug of comments which may misguide users
trafficstars
PR types(PR类型)
Doc
Description
VisDetectionhas been changed from fastdeploy::vision::Visualize::VisDetection to fastdeploy::vision::VisDetection, but when using
fastdeploy::vision::Visualize::VisDetection(Img, result_left, 0.5);
The terminal will show:
[WARNING] fastdeploy/vision/visualize/detection.cc(294)::VisDetection DEPRECATED: fastdeploy::vision::Visualize::VisDetection is deprecated, please use fastdeploy::vision:VisDetection function instead.
Which fastdeploy::vision:VisDetection should be fastdeploy::vision::VisDetection.
There is a ':' mark missing.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.