pips
pips copied to clipboard
Particle Video Revisited
Hi, In the demo.py file, when I tried to change S = 8 to S = 10 then the model doesn't work. Did you hard-coded the model to only works...
Hi ! I ran test_on_badja.py and the average PCK-T of pips is 58.7(nvidia 3090), while I founded that in the function of run_pips, the calculation of pck includes the accs...
Hello, thanks for your nice paper. When I try to run the demo, I get: ``` >>> python demo.py filenames ['./demo_images/000100.jpg', './demo_images/000101.jpg', './demo_images/000102.jpg', './demo_images/000103.jpg', './demo_images/000104.jpg', './demo_images/000105.jpg', './demo_images/000106.jpg', './demo_images/000107.jpg', './demo_images/000108.jpg', './demo_images/000109.jpg',...
Hi, I am trying to get the x, y coordinate prediction of only next frame for the give frame. For example: If I give two frames with x, y coordinate...
Hi, I visualized the trajectories in the PointOdyssey dataset. I saw there is some small jittering (the point moves around its groundtruth locations instead of sticking to where it should...
Thank you for the stellar work and the new dataset! I'm trying to understand the exact evaluation protocol you used for evaluating models on PointOdyssey, specifically for the numbers reported...
This PR adds a check for torch MPS support when CUDA is not present and uses it if it's there. It's tested on Macbook Pro with M1 Max running Ventura...
hi,i want to register two images.when i modify S=2,it is wrong.how can i solve this? And i want to input a moving image and a fixing image, and get the...
When you construct the delta matrix [here](https://github.com/aharley/pips/blob/main/nets/pips.py#L371), the coordinate is actually in yx not xy order. However, it does not affect the final results because the sampling region is from...