Michael Kösel

Results 40 comments of Michael Kösel

@rthadur Sorry for the late response. In my case it is not a tf js graph model but tf js layer model. I have found another way to do the...

@vfdev-5 I have some code [here](https://github.com/TheCodez/pytorch-box2pix/blob/jit/metrics/mean_ap.py). It's probably not even working but maybe it can be used as a starting point. I don't think I can get this finished so...

Agree, this is actually one of the reasons this still isn't implemented. Yes, I'll reorder the labels based on the current priorities.

Conversation moved here from https://github.com/TheCodez/dynamic-occupancy-grid-map/pull/19 @cbachhuber wrote: > Good question! I'm on a Nvidia Quadro P2000, driver 435.21. I think that performance-wise, it's roughly equivalent to a GTX 1050. I...

@cbachhuber I moved the conversation to this issue, instead of a closed pr :) Commit 36232e05e998c4088cc158558f2b373ec09f2d98 should fix the long init times and also slightly improve runtime performance. Init times...

I plan to add clustering to compare cluster velocity with the simulator ground thruth at some point (not in the near future). This way we have a qualitative comparison of...

@cbachhuber do you get a speedup with either https://github.com/TheCodez/dynamic-occupancy-grid-map/tree/reduce_thread_divergence or https://github.com/TheCodez/dynamic-occupancy-grid-map/tree/vectorized_types I see no difference.

Thanks for testing, I'll take a look. That's a pretty good idea 👍 I'm thinking of adding CI add some point. This way we could always see if we're regressing...

@cbachhuber (Your comment was duplicated so I removed it for clarity) I added CI for Ubuntu. It's not compiling successfully atm because of some linker errors e.g. `undefined reference to...

Moved to here https://github.com/TheCodez/dynamic-occupancy-grid-map/issues/31 :)