Weird Mesh from provided Colab example
See original GitHub issueAfter 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
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Meshlab