Bob Estes
Bob Estes
Same here. This is unusable in its current form - I quickly run out of memory (16GB) and start swapping. If it helps, I'm running boost from 11/19 (commit 81dcc8f)...
I'm trying to build this on Ubuntu 17.04 for python3 and am having similar problems. I downloaded boost-1.65.1 and built it using: ./bootstrap.sh --prefix=boost_output --with-python=python3 --with-icu= ./b2 install -j 8...
Thanks. That helped a lot. My first issue was that after I created a task, I didn't realize that all the controls were off the screen - I had to...
I attached to screenshots - partial is what I saw originally, fullscreen after I enlarged the window. You might be making your layout decisions based on a landscape layout assumption....
So I figured out the tf thing. I just used "person sports_ball" and that worked.
I tried the shared thing, but may have found a bug. I copied a small clip into the top level host share directory and can see it when I try...
Great. Thanks!
I think you can fix this as such: ``` @staticmethod def new_event_dataframe_with_data(indices, events): """DOCSTRING...""" if len(events) == 0: return MOTAccumulator.new_event_dataframe() tevents = list(zip(*events)) ``` although, I think some computations fails...
The failure mode is simple to understand. If there are no objects or predictions for a frame, which can happen, e.g., when you are processing videos, then there are no...
Thanks for the quick response. Unfortunately, its not hat easy - this is a small component on our site, and I don't have time to rework everything.