Nicklas Börjesson

Results 185 comments of Nicklas Börjesson

Ok, so now for some reason it is suddently persistent, so now I have to fix it in some way. Wouldn't something like this cover the situation? #if !defined(round) &&...

@ivankravets Not sure about the labels here, wouldn't this be some kind of bug?

@lyuwenyu : I have exactly the issue with grid_sampler not being supported (by ESP-DL). However, when I am trying `cross_attn_method: discrete`, I am getting this issue: ``` File "C:\Users\Nickl\Projects\RT-DETR\rtdetrv2_pytorch\tools\..\src\zoo\rtdetr\rtdetrv2_decoder.py", line...

Adding separate clamping for width and height made it work for me (didn't seem to affect performance, only ran a tuning epoch though, just to be sure): ``` sampling_coord[..., 0]...

However, the release/esp32p4 does not currently compile, can we fix at least that, we can test it out: ``` managed_components\espressif__esp-dl\dl\typedef\src\dl_tensor_base.cpp: In function 'int dl::quantize(float, float, float, float)': managed_components\espressif__esp-dl\dl\typedef\src\dl_tensor_base.cpp:6:18: error: 'dl_esp32p4_round_half_even'...

> @nicklasb, Thank you for your feedback. I have updated some code and added CI to ensure that all examples are compilable. Please try again. I am afraid I am...

@sun-xiangyu Ok, now it worked, however the ``` delete detect; delete pedestrian; ``` ..causes errors, seems there is some issue with the cleanup: ``` I (33) boot: ESP-IDF v5.3 2nd...

Just found this thread, I have several use cases where I occasionally want to send a, say 30-100 kbytes low-res image without the overhead and power consumption of a full...

> @nicklasb We will consider your scenario when modifying the code. That's encouraging. :-)