Thank you so much for the tutorial! It's super clear and helpful!
@FlorentPoux9 ай бұрын
You're very welcome!
@TheSaturnized4 ай бұрын
I would like to thank you for your wonderful tutorial. I have to admit, it was a lifesaver for my career. However, I recommend using a better depth estimation model, which is easy to find online. I replaced your current depth estimation model with an improved one, and the results were fascinating. It would be fantastic if you could create a tutorial on how to generate a coherent mesh from several point clouds. Specifically, I aim to enhance the output by creating point clouds from several angles and finally merging them together. Thank you, and I wish you the best of luck.
@sampreethkabadi37013 ай бұрын
Hey! Could you help me out with what depth estimation model you used for improving it?
@FlorentPoux3 ай бұрын
I'm truly delighted my tutorial made a difference in your career. It fuels my passion to hear such positive feedback. 🎉 Regarding your suggestion about the depth estimation model, I'm always looking for ways to improve. I appreciate you sharing your findings and will definitely explore better models. I firmly believe in continuous learning and refinement. This is at the core of my teaching. Creating coherent meshes from multiple point clouds is an excellent goal. here is a tutorial on it, that i hope aids you: kzbin.info/www/bejne/mIakh3aMj9hkrbMsi=Scd5KkaXL0hPAjbg
@TheSaturnized3 ай бұрын
@FlorentPoux Dear Dr. Poux, Thank you for your insightful comment. I would be more than happy to help. Unfortunately, it seems that KZbin doesn’t allow external links in the comment section, as each time I tried to reply to your comment, it was immediately removed without explanation. As a result, my only option is to send the link to the model via LinkedIn direct message. Best regards.
@RudraPanchal-gz8zw22 күн бұрын
@@TheSaturnized hello brother can u share me model which u use for better accuracy and also your github code link
@Petershd1384 ай бұрын
I love your crystal-clear tutorials.
@FlorentPoux4 ай бұрын
Thanks a lot 🤗
@RiccardoEmanuelMarinelli10 ай бұрын
So clever!
@FlorentPoux10 ай бұрын
So many creative ways it can be used!
@ShadowD2C9 күн бұрын
as always the video is wonderful and straight to the point, I always get what I need about 3D from your channel, I have a question tho, I want to measure clearance (cm distance ) around my vertical object accurately, do you have any input for this sort of problem? do I need the actual meshs or do i just stop with the pointcloud?
@mohammadqalaji86764 ай бұрын
Amazing Tutorial, thanks :D
@FlorentPoux4 ай бұрын
Glad ou like it! Thanks for the kind words!
@elyntro4 ай бұрын
Hello , Thanks for the video, but the image generated from sample 3d computer image is noisy so how to clean it make look like exactly realistic ? is there any library to make this happen ?
@FlorentPoux4 ай бұрын
Hey, with pleasure! happy it helps! To clean it, you need to go through some noise filtering, like using statistical distance to neighbor points. I will make another video on the topic then.
@jamalkhan543114 күн бұрын
Can i estimate road layer thickness using this?
@danielfavero795 ай бұрын
Excellent tutorial.
@FlorentPoux5 ай бұрын
Glad you liked it!
@kurisutinahiyajosafinaillu65953 ай бұрын
Thank you for your wonderful work. But there seem to be a problem i am facing when following your tutorial on colab environment. In the "3D Point Cloud to Mesh" step, when i convert my point cloud to a mesh model it lose all of it color, leaving me with a grey mesh model that doesn't have any color. How did you managed to create a mesh model with the original color from the image
@muhammadshareef7802 ай бұрын
hey bro can you share me your code i did the same but its not creating the cloud points. Ill be grateful if you share it. Thank you
@FlorentPoux2 ай бұрын
thanks! hmmm, weird, but essentially, you use the source rgb image and project the color on top for that.
@kurisutinahiyajosafinaillu65952 ай бұрын
@@FlorentPoux I think the problem is that I am following your tutorial on Colab instead of running it locally. In your tutorial, when you visualize your point cloud and mesh, you used Open3D's draw_geometries method, but unfortunately, this method doesn't support the Colab environment. So, I had to use an alternative, which is draw_plotly. However, I believe draw_plotly only supports color for point clouds, not meshes. I'm still trying to find a way to solve this issue, but I haven't had any luck so far.
@chandrutimepass532111 күн бұрын
what are the minimum system requirements
@najmussaqib754218 күн бұрын
What software are you using for the work flow diagram
@FlorentPoux18 күн бұрын
I usually use lucidcharts
@godislove33392 ай бұрын
thank you!
@FlorentPoux18 күн бұрын
You're welcome!
@beratbaspinar2 ай бұрын
Can we export the generated 3D model in STL format?
@FlorentPoux2 ай бұрын
Yep you can, do you want to print some cool stuff :)?
@aldenpedulla58532 ай бұрын
Following along with all your code but I'm getting "The kernel died, restarting..." on step 10. Any suggestions? Thanks!
@prabhatmanna242 ай бұрын
Facing the same Problem
@FlorentPoux18 күн бұрын
Hey, this is a memory limitation issue (likely), maybe try another environment, such as through google colab to see if this solve the issue?
@prateeksrivastava91235 ай бұрын
Hi Florent, Can I get the Code so that I can use it and see the results in my system?
@alanjose57066 ай бұрын
Sir, my jupyter notebook is crashing while creating o3d point cloud
@FlorentPoux5 ай бұрын
Indeed, I think switching to a non-server IDE would help you iterating
@ZahraNabizadehShahre-Babak7 ай бұрын
Thanks for your useful video. Does the .obj generated file have the texture?
@FlorentPoux6 ай бұрын
Thanks! Yes it does have a texture indeed
@Abhi9av-nk8fpАй бұрын
Where can i get the preprocessing code?
@FlorentPoux18 күн бұрын
you can get it from the academy (learngeodata.eu)
@juanfranciscovarvello683610 ай бұрын
Hi Florent! I'm launching a startup that offers 3D menus for restaurants, cafes, and more. Currently, I'm researching how to create 3D models from images of dishes taken from various angles. Could you recommend any tools for this process? It's essential to maintain accurate colors and ensure high-quality models so that clients can navigate and examine details with zoom capabilities, etc. Thank you for your help, and I appreciate the valuable content you provide!
@FlorentPoux9 ай бұрын
Sounds great! So, I think you could turn yourself towards turntables and automate the scanning process with a lightbox to control lighting. then, you can use 3D Gaussian Splatting for the visual quality of the rendering you would get from it.
@rajanavenkatmohit15995 ай бұрын
Thaks for the video, I want to make a 3d model with multiple 2d images from different views with stereo and feature matching. Could you please guide me for that
@FlorentPoux5 ай бұрын
I added that to the roadmap of todo videos 🌞
@Shira-ToraАй бұрын
when running the cell 10 creating o3d point cloud, the console said the kernel died, restarting kernel. anyone can help?
@FlorentPoux18 күн бұрын
this means you have an instability with open3d, the best case is to clean your environment and recreate one from scratch
@MohammadKazemi-yd1jl10 ай бұрын
where can I access the code?
@FlorentPoux9 ай бұрын
in the comment there is a drive folder with code
@manojjonwal96409 ай бұрын
@@FlorentPouxj
@shiqiliu19899 ай бұрын
@@FlorentPoux Thank you for the clear tutorial! however, I didn't find the drive folder either..
@kriptonian08 ай бұрын
@@FlorentPoux and where is that comment ?
@adityaranjan50788 ай бұрын
Sir , how we convert 3d images to floor plan
@HarryStylesFanSansy8 ай бұрын
lmao got the same internship assignment???
@adityaranjan50788 ай бұрын
@@HarryStylesFanSansy Have you any idea about this?
@FlorentPoux8 ай бұрын
A Very good idea indeed! And this is a vast topic, I will heavily dive on it next month, but basically, decompose the process in (1) classification, and (2) vectorization (regression)
@malduffin83105 ай бұрын
For anyone trying this on macOS on an M2 ( possibly other Mx chipsets ), the output will just be a black image. The exact same code works correctly on Windows.
@guliverpotsangbam32924 ай бұрын
so what is the solution for this? I am also working on macOS silicon M2
@jainamdoshi71095 ай бұрын
Did anyone find access to code ?
@MrAlipatik2 ай бұрын
not me
@Abhi9av-nk8fpАй бұрын
@@MrAlipatikdid you get the code?
@MrAlipatikАй бұрын
@@Abhi9av-nk8fp i got it. Just use copilot or chatgpt and screenshot the code and convert it to text