Alex

Results 20 issues of Alex

Hi, It is really a nice work, can I know how to run your Pre-trained Models?

Hi, I have struggled to this `samples`, may I know how to understand it? https://github.com/kwea123/nerf_pl/blob/26a3b098bcdf6bd19641d4d1cc21b11c5ebdc0c5/models/rendering.py#L54

I have installed opencv3, but always get the error: `(ffb6d) -bash-4.2$ python3 setup.py install running install /homes/al315/anaconda3/envs/ffb6d/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools....

Hi, Thanks for your great work. May I know what kind of algorithm is used in pose interpolation? [def interpolate_poses(pose_timestamps, abs_poses, requested_timestamps, origin_timestamp):](https://github.com/samarth-robo/robotcar-dataset-sdk/blob/86b251284b5583182bcd9584952d5421cdfb0040/python/interpolate_poses.py#L103)

May I know what kind of algorithm is used in pose interpolation? https://github.com/ori-mrg/robotcar-dataset-sdk/blob/16ce3329223ca418fe5106277b91aea8d9b672b2/python/interpolate_poses.py#L103

Hi, thanks for your work. May I know how can I get the trained weights for iNeRF for new scenes(my own dataset)? Do I need to first train my dataset...

Hi, Thanks for your work that performs an automatic download of all datasets. But when I run the code as below: `python scrape_mrgdatashare.py --downloads_dir /Downloads --datasets_file datasets.csv --username USERNAME --password...

## 🐛 Bugs / Unexpected behaviors The system I used is: ``` Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 ``` The environment is as below: ``` # Name...

Hi, may I know why here you need to negative the [:, 1:3] for y-axis and z-axis of camera pose? https://github.com/alievk/npbg/blob/5bc6f8d18e61978f167f7dbb21787771fbd59bf6/npbg/gl/utils.py#L206

Hi, may I know why 43-line needs to negate the y-axis again? As I know, the depth sensor and camera sensor use the same coordinate in the Kinect (https://learn.microsoft.com/en-us/azure/kinect-dk/coordinate-systems). https://github.com/siyandong/SRC/blob/81830be7ffe7f22d1d1529b0cff6951a605ea985/datasets/utils.py#L43...