question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Weird Mesh from provided Colab example

See original GitHub issue

After running the colab provided example, it came out a weird result (see attached screenshot from cloudcompare). I didnt get any error apart from

# run inference
!python inference.py --model results/release/semseg/final.ckpt --scenes data/sample/sample1/info.json --voxel_dim 208 208 80

0 1 sample sample1 0 250
/usr/local/lib/python3.6/dist-packages/detectron2/modeling/backbone/fpn.py:133: UserWarning: Mixed memory format inputs detected while calling the operator. The operator will output channels_last tensor even if some of the inputs are not in channels_last format. (Triggered internally at  /pytorch/aten/src/ATen/native/TensorIterator.cpp:924.)
  prev_features = lateral_features + top_down_features
0 1 sample sample1 25 250
0 1 sample sample1 50 250
0 1 sample sample1 75 250
0 1 sample sample1 100 250
0 1 sample sample1 125 250
0 1 sample sample1 150 250
0 1 sample sample1 175 250
0 1 sample sample1 200 250
0 1 sample sample1 225 250

Is this warning the root of the problem? How can I solve it?

Can anyone show the expected result from this example? Thx a lot

Screenshot from 2020-08-17 11-00-08

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
zmurez-mlcommented, Aug 19, 2020

The colors represent the semantic labels (using the NYU40 colormap). So green is floor, pink is table, yellow is chair, etc.

The code also supports a model the regresses rgb color but we do not provide a pretrained model with this head.https://github.com/magicleap/Atlas/blob/7fe755cd2ad31348a796cf215778f58e0c835821/atlas/heads3d.py#L211

0reactions
HaFredcommented, Jun 25, 2021

hi, can i ask which software did you use to show .ply file? thanks

Meshlab

Read more comments on GitHub >

github_iconTop Results From Across the Web

MeshroomColab.ipynb - Github-Gist
This is an example on how to use Meshroom in GoogleColab with uploaded images to generate a textured mesh (OBJ) that can be...
Read more >
Generate 3D meshes from point clouds with Python
In this article, I will give you my 3D surface reconstruction process for quickly creating a mesh from point clouds with python.
Read more >
NeRF (Neural Radiance Fields) tutorial using google colab ...
LIVE DEMO: https://kwea123.github.io/nerf_pl/Explanation of how mesh extraction works, and how to use google colab to do that with my code.
Read more >
5-Step Guide to generate 3D meshes from point clouds with ...
Example of a mesh generated from a 3D captured environment for a cool heritage project with Roman ... it through my provided google...
Read more >
Transitioning from mesh.xml to mesh.xdmf, from dolfin-convert ...
I have given you as much assistance as I am able to. If you are still having issue, please make a minimal failing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found