Andrew Carr

Results 11 comments of Andrew Carr

I'm going to take a crack at building _pieces_ of this out as a web interface.

I was thinking a little about this, I'm not sure how the Linux story goes, but for macOS most software likes to sit in `/usr/local`. In fact, AFAIK you can't...

you can solve this by running `pip install -e .` in the top level

I'm getting the same unpack error because the distance comparison https://github.com/princeton-vl/DROID-SLAM/blob/main/droid_slam/factor_graph.py#L322 comes back as close to zero and gets set to `inf` which is then skipped https://github.com/princeton-vl/DROID-SLAM/blob/main/droid_slam/factor_graph.py#L352

Thank you for the response. To make sure I understand correctly, I would take the 623 dimensional data, extract the XYZ positions for each joint, and run something like https://github.com/IDEA-Research/HumanTOMATO/blob/main/src/tomato_represenation/common/skeleton.py#L103...

Are you trying to compile on Linux or Mac? This currently only works for Windows devices.

As an additional fix, this may also mean that you are choosing a target FPS that is too low and the ratio is insufficient

This will subsume #5, and I think it is much more useful. I'll get started working on this

So my current solution is just to search web pages for the terms link and scrape it using javascript. However, this leads to cross-origin problems and doesn't work for all...

Currently works from the server side for scraping, but it doesn't work on netflix, and the twitter summaries are useless. There is still lots of work left to do.