Jan Blumenkamp

Results 8 issues of Jan Blumenkamp

Refer the commit messages

I would like to determine the visual overlap between two cameras on two independent agents. Is there any way to do this from within habitat? Thanks!

## Habitat-Sim version main, verified in v0.2.5 ## 🐛 Bug I am trying to recreate a part of a room in Habitat. For that, I created a mesh using Colmap...

I am trying to convert the model to a torch TensorRT pre-compiled model for inference on an embedded device. I am using this script: ``` import torch_tensorrt import torch model...

**Describe the bug** I have a dataset consisting of ca. 400 images created with a fisheye lens, which I uploaded [here](https://drive.google.com/file/d/1yRF49IGBccmw63VxcRPH-ba6V4wg04UQ/view?usp=sharing). I initially used Colmap 3.8 to create a sparse...

bug
needs attention

I am using this driver on a Jetson Orin NX and am experiencing issues where the camera stream seems to be interrupted if a broken frame occurs (similar to the...

Incorporates the changes made in [this commit in RViz](https://github.com/ros-visualization/rviz/commit/b7bc6ad2a50a335266b151e5f3ff9a25837766f4) so that this compiles against Melodic. This should also fix issue #22. Created this Dockerfile for testing: ``` FROM ros:melodic RUN...

With the changes in #528, a lot of features that are not Python 3.9 compatible were introduced, but all the conda environments require Python 3.9. In general, it would be...