Legend
Legend
Why the "Repository Settings" menus are different between vscode and code-server? here is the content of vscode:  and here is the content of code-server:  As you can see,...
sdk只看到订阅功能,似乎没有取消订阅?
Allow multi-camera intrinsics (per-frame) when using `ns-process-data`. After changes, when there are multiple camera founded in COLMAP database, it will export the `transforms.json` in [per-frame format](https://docs.nerf.studio/quickstart/data_conventions.html#camera-intrinsics). It still doesn't support...
## Device info - OS: Window10 - Browser Version 版本 116.0.5845.180 - Saladict Version v7.20.0 ## Describe the bug 与github对ipynb文件的渲染有冲突,chrome里禁用该扩展后正常,只关闭取词无效。 ## To Reproduce 1. 随便打开一个托管在github上一个ipynb文件,例如[这个](https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/tutorials/nuscenes_lidarseg_panoptic_tutorial.ipynb) 2. 在github页面上的文本部分(注意不是代码部分),随便拖动鼠标,选择一段文本 3. github出现"Unable to...
This is the re-implementation for the old PR https://github.com/cvg/Hierarchical-Localization/pull/190 using pytorch Dataset API, which will improve the IO performance mentioned in https://github.com/cvg/Hierarchical-Localization/issues/251.
I have custom model that contains a `TaskResult` as `OneToOneField`: ```{python} class MyModel(models.Model): task = models.OneToOneField(TaskResult, on_delete=models.SET_NULL, null=True) ... ``` in my view, I do something like: ```{python} @receiver(post_save, sender=TaskResult,...
I have noticed that the `forward` method of PETR3d (or even of `Detr3D` class) is decorated with `force_fp32`. So, is there any basis for such a setting? BTW, I have...
I've installed the pixsfm via conda, and trying to triangulate points with know cameras poses. The code is something like: ``` conf = {"BA": {"optimizer": { "refine_focal_length": False, "refine_extra_params": False,...
**Describe the bug** Here is the traceback when training on the sdfstudio dataset `tanks-and-temple/scan3`: ``` 122440 (12.24%) 116.110 ms 17.64 K 15.88 K 122450 (12.24%) 116.215 ms 17.62 K 122460...
### Proposal Summary When I click and open an image with Detection labels, I want to look at the attributes of the boxes at a glance. Now, I must move...