Matt DeBoer

Results 14 comments of Matt DeBoer
trafficstars

When you say "does not support it", you mean that they don't have a special interpretation for a list of polygons where one polygon happens to enclose another? Or they...

Let me try to simplify the issue; maybe you're familiar with the new docker swarm mode networking (I'm just barely familiar with it myself)--which uses something called "ingress load-balancing", which...

Also, I created a script to quickly test here: https://gist.github.com/matt-deboer/3b81462f795166d736d91ca5be0a4e65

I ran into the same issue (custom dataset with 20 kps). It looks like you're setting `pose_obj: False` in your config--but from my examination of the `build_targets` method in the...

improved by swapping out `moment.js`, but still sitting close to the maximum

@jbrownsw I just tested this branch today (had to add one no-op implementation for the updated main branch) and it seems to work well in debug and release mode. Perhaps...

@JinsYin sorry about that; the manifest has been updated for this now; feel free to give it a try with the latest...

I was able to resolve this by comparing with the new `g2o` api example here: https://github.com/RainerKuemmerle/g2o/blob/master/g2o/examples/ba/ba_demo.cpp (along with adding missing typedefs for the `Vector*D` types)

I swapped out the `tokio::sync::mpsc::channel` (which had a minimum of 1) for `futures::channel::mpsc::channel` (which has minimum of 0), and am able to get immediate streaming to the client at the...