Vijay Gill
Vijay Gill
I got this error too when I tried a small sample of my own (adapted from sample in Sming) but a "make flashinit" before "make flash" fixed it.
+1 vote from me. In my view, any code that makes Sming more restrictive must be removed / replaced. @devyte it will be great if you take this task and...
@devyte ok.
@hrithikpuri5 from what I understand from model.py it applies augmentation on every image. Now in your case the probability of Flip is 0.5 in in any epoch, the chances of...
> So you are saying that there might be a case where the model might not even see the original image but the augmented version? Yes, due to the probabilities...
> So you are saying that there might be a case where the model might not even see the original image but the augmented version? Seems you really want the...
> Dear guys, > > I have a question regarding the augmentation. When for example an image is fliped, will the ground truth polygon for the particular instance in the...
Looking at https://github.com/eerimoq/simba/tree/master/src/boards, simba does seem to support esp8266 in various flavours - esp01, esp12e, nodemcu and wemos d1 mini.
@patriksvensson Did you get a chance to look at this please?
+1 I would also like to see how custom dataset can be used with retinanet example. Thanks @srihari-humbarwadi