You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution is to increase number of epochs. In previous case I set epoch - 100, in next case - I changed epochs to 2500 to get more then 10000 steps in result. If you get more then 10000 steps you will receive image prediction.
The solution is to increase number of epochs. In previous case I set epoch - 100, in next case - I changed epochs to 2500 to get more then 10000 steps in result. If you get more then 10000 steps you will receive image prediction.
@IhorKosovych
i am training on 1 custom image detection with epoch 1500 loss becomes 1.05 something .
when i put threshold value 0.3 or 0.5 or 0.7 there is no detection .
so i change threshold value 0.03 ,0.01 on different image then it detect but properly detect.
so what i can do for better result.....please guide me.
Thanks for your awesome code share and explanation!
I trained the model. The performance was good.
And then I tried to predict another image.
But after
print(tfnet.return_predict(original_img))
The result is:
[]
But instead of empty brackets should be image prediction.
Can somebody help me?
The text was updated successfully, but these errors were encountered: