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
by as the totalloss decrease, objectloss increases and net.detect does not provide any results anymore, even with one single image used for training and threshold at 0.1. It comes from a result of 169 ObjectDetection array after first epoch to 0.
I do not think that thje problem comes from my training data since the problem occurs even with static single image.
Does someone have an idea ?
Thanks
Louis.
The text was updated successfully, but these errors were encountered:
After significantly increase learning rate, i got after few steps:
Error: Box.constructor - expected box to be IBoundingBox | IRect, instead have {"left":0.6,"top":null,"right":0.6,"bottom":null}
at BoundingBox.Box (Box.js:11)
at new BoundingBox (BoundingBox.js:7)
at TinyYolov2Trainable.TinyYolov2.extractBoxes (TinyYolov2.ts:236)
at TinyYolov2Trainable.computeLoss (TinyYolov2Trainable.ts:114)
at TinyYolov2Trainable.ts:75
at tf-core.esm.js:17
at tf-core.esm.js:17
at e.scopedRun (tf-core.esm.js:17)
at e.tidy (tf-core.esm.js:17)
at e.gradients (tf-core.esm.js:17)
@Juwan-s After a lot of tries I gaved up this lib. Box detection decreases as much as the loss.
They must me be some problem with input/output on training.
Hello,
I'm trying to train my object detection model.
I can successfully see the loss fastly decreased:
to
by as the totalloss decrease, objectloss increases and net.detect does not provide any results anymore, even with one single image used for training and threshold at 0.1. It comes from a result of 169 ObjectDetection array after first epoch to 0.
I do not think that thje problem comes from my training data since the problem occurs even with static single image.
Does someone have an idea ?
Thanks
Louis.
The text was updated successfully, but these errors were encountered: