James Hahn

Results 11 comments of James Hahn

@mbilker Are you initial commits associated with "displaying invalid markers in a separate sidebar" ready? If so I can merge this PR and we can worry about returning an array...

@ajfortuna97 Are you still working on this About page or am I able to remove you as an assignee? I'm fine with either one, but since it's been 4 months,...

1) RGB-D frames can be collected with a a depth camera, such as the Kinect, or a Realsense camera. For each frame, they will output 1 RGB image and 1...

I'm unsure what you mean by BA. I assume Tcw is Translation (camera-to-world) and Rwc is Rotation (world coordinate), but those are guesses. I'm unfamiliar with all of those code...

Your voxel volume size is too large, which is caused by your voxel parameters. You can see there is a "MemoryError". Since it's running on your CPU's RAM, you need...

Similar problem

Have you installed scikit-image? It possesses the marching_cubes_lewiner functionality: [https://scikit-image.org/docs/dev/api/skimage.measure.html](https://scikit-image.org/docs/dev/api/skimage.measure.html). If not, you can install the current stable version 1.15.0 as follows: `pip install -U scikit-image`

One possible problem might be your CPU or GPU not being good enough. There can be millions of points in the point cloud before they're transformed into a mesh and...

Hi @thebirdgr I did not solve this issue

Sorry @thebirdgr , I worked on this project years ago as part of a private research project. It's not open to the public and I've lost track of the logic...