cvlab-columbia / hyperfuture

Code for the paper Learning the Predictability of the Future (CVPR 2021)
https://hyperfuture.cs.columbia.edu/
MIT License
161 stars 25 forks source link

About midpoint #7

Open kengkeng1 opened 1 year ago

kengkeng1 commented 1 year ago

Hi,I would like to know where the implementation of computing the midpoint of two hyperbolic points is located.

surisdi commented 1 year ago

Hi, our model does not require explicitly computing the midpoint of two hyperbolic point. You may be able to find the implementation in the geoopt library.