Yiqiuuu
Yiqiuuu
Hi! How can I get the start and end time for each sentence? I saw them printed in the terminal but not sure how to extract them. 
From offical doc: ``` channel = client.channel("messaging", "travel", custom_data=dict(members=["thierry"])) ``` But it will throw error: ``` TypeError: channel() got an unexpected keyword argument 'custom_data' ```
For the same frame in a dataset: Result from `transforms_train.json` (`ns-export camera`) ``` { "file_path": "images/frame_00001.jpg", "transform_matrix": [ [ 0.9837186500788239, -4.931517566535353e-07, 0.17971537910499882, -3.0586481911644254 ], [ 0.17957862323929175, -0.039001623760136724, -0.9829701884693925, -6.690857223027059 ],...
While rendering my scene with `.ksplat` with `0` `sphericalHarmonicsDegree`, it worked well: ``` const viewer = new GaussianSplats3D.DropInViewer({ sharedMemoryForWorkers: false, showLoadingUI: true, format: GaussianSplats3D.SceneFormat.KSplat, sphericalHarmonicsDegree: 0 }); ``` But when...
Triangulation from known poses given very few points. My dataset have around 228 images with known poses, I follow the doc prep the following 3 file: `cameras.txt` ``` # Camera...
This is my comand: ``` command = f"ns-process-data images --data {given_folder} --output-dir {output_folder} --sfm-tool hloc --feature-type superpoint --matcher-type superglue-fast --num-downscales 4" ``` log output: ``` {'model': {'name': 'superglue', 'sinkhorn_iterations': 5,...