Dear StreamVLN authors,
Thank you very much for your excellent work and open-sourcing the StreamVLN project! It is really helpful for my research on vision-language navigation.
I have a small question about the camera intrinsic parameters defined in http_realworld_server.py (lines 166-169):
"camera_intrinsic": np.array([[192. , 0. , 191.42857143, 0. ],
[ 0. , 192. , 191.42857143, 0. ],
[ 0. , 0. , 1. , 0. ],
[ 0. , 0. , 0. , 1. ]]),
Couldyoupleaseclarifytheoriginofthesevalues? Specifically:
1.Arethesevaluesbasedona384×384resolutionwith90° HFOVinHabitat?
2.Couldyoupleaseexplainhowthiscameraintrinsicmatrixwasderived?
3.CouldyoupleaseclarifywhetherthiscameraintrinsicmatrixreferstotheconfigurationoftheRGBsensorintheHabitat-simsimulator, orthecameraintrinsicparametersoftheIntelRealSenseD400seriescamerausedforreal-worlddeployment?
Dear StreamVLN authors,
Thank you very much for your excellent work and open-sourcing the StreamVLN project! It is really helpful for my research on vision-language navigation.
I have a small question about the camera intrinsic parameters defined in
http_realworld_server.py(lines 166-169):