Florian Winkler

Results 7 comments of Florian Winkler

The model diverges if the training process changes the weights too much and the loss becomes larger or rather extremely huge. Try changing the standard distribution of the weight variables...

In theory or rather technically it can. By default it can predict up to 3 boxes per cell. Since there are 7 cells in both vertical and horizontal direction it...

@wuhao5688 Yeah exactly, I missed that point. You should also add a threshold for the confidence, so that it will only show those objects where it is confident enough.

@brianesquilona thanks for your quick response! I managed to download and install pyOCD, unfortunately it seems like the WISE 1570 board is unknown to pyOCD. Whenever I want to launch...

Thanks for the quick response. Unfortunately `pyocd commander` throws an `TransferError` when executed. ``` Exception while initing board: Traceback (most recent call last): File "/home/florian/.local/lib/python2.7/site-packages/pyocd/tools/pyocd.py", line 629, in connect self.session.open()...

@AriParkkila Sorry, I don't understand. Do you mean that one should reconnect the device while it's flashing or after a flash has produced the `FAIL.txt` file?

Unfortunately this doesn't change anything. I tried to install different versions of pyocd, but always faced the error that I have already posted when executing `pyocd commander`.