Hello.Is there any way to get the score in the program after image processing with WristCamera?Thanks.
You can get it through the f variable.Check the following article for details:https://dof.robotiq.com/discussion/2190/wirst-camera-get-number-of-detected-objects
It seems that if the score is lower than Detection Threshold, f[7] will be 0. Is it possible to get the score in this case?
@Asai the variable f gives you information about the object which has been detected. Therefore you have to lower the thresshold enough to detect the object to be able to use it. You cannot get the score of objects which have a score lower than the thresshold.