Kevin Tan

Results 10 issues of Kevin Tan

I'd like to ask how to use the mic array and the on-board mic simultaneously? Since it seems impossible for me to get audio data from the mic array directly...

I'd like to ask how to use the mic array and the on-board mic simultaneously? Since it seems impossible for me to get audio data from the mic array directly...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` Traceback (most recent call last): File "c:\Users\tanba\Downloads\ChatGLM-6B\web_demo.py", line 5, in...

# Bug Description I used Detours to write a [tool](https://github.com/kevintsq/GetProcessCPUTimeOnWindows). When I used it to time itself, recursively calling a mix of 32-bit and 64-bit subprocesses, some internal calls of...

bug

Otherwise, there will be an import error.

The input image is opened from KITTI. The intrinsics is a 3x3 matrix. Why is there a tensor size mismatch? ```python3 img = Image.open(img_path).convert('RGB') rgb = torch.tensor(np.asarray(img), device=self.device).permute(2, 0, 1).unsqueeze(0)...

After fixing compile error and some warnings, I got `329: duplicate global definition` when compiling and interpreting itself. Why did it happen? The modified code is as follows: ```C #include...

When running SplaTAM on the same dataset, the following error sometimes happens. Why? ```sh im, radius, _, = Renderer(raster_settings=curr_data['cam'])(**rendervar) File "anaconda3/envs/splatam/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl return forward_call(*input, **kwargs) File "anaconda3/envs/splatam/lib/python3.10/site-packages/diff_gaussian_rasterization/__init__.py",...

question

Thanks for your great work! I have some questions on transformations performed on the KITTI dataset, as I want to test on longer scenes such as KITTI Odometry whose poses...