Open HaiderAbasi opened 1 year ago
As the model is trained against a regression problem, ideally the prediction range is (-inf, +inf). The print statement predicts the raw model prediction value. You should perform the angular conversion to change the range between [0, 360). For example, negative values such as -182 degrees are valid predictions that are actually (360-182)=178 degrees. Please make sure with respect to the oriented image if the prediction is actually correct or not.
Houston, We have a problem.
Environment I running this in:
(Attaching here a picture of the result of testing on a video)