Questions tagged [3d-reconstruction]
14 questions
3
votes
1 answer
PointCloud value prediction - regression
I have point clouds for 400 objects. I have also some other features of these objects. For example their weights.
How I can now train model to predict the weight based on the shape(point cloud)?
I have seen pointnet but is seems it is only for…
Mateusz
- 63
- 3
3
votes
2 answers
3D point reconstruction from 2D images
I know this must exist, but I'm having enormous trouble finding the right search terms.
Say I have a bunch of labelled 3D points, and I capture multiple 2D images of it. If I want to reconstruct the 3D points, are there well-established…
R Hill
- 1,115
- 11
- 20
2
votes
1 answer
Interpreting the RGB or HEX value from a description of the color using NLP
We do have models that predict the basic color from its description, by basic color I mean red, blue, black etc. But I would like to develop a model that can spit out the RGB or HEX colors by a description of it, an example being, "yellow that is…
Loukik
- 41
- 2
2
votes
1 answer
What is "Laplacian image space"?
I have been working through Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis where the authors make the following claim (subjection 2.2.1):
...the Laplacian space is more robust…
stephen
- 23
- 4
2
votes
0 answers
How to extract data from 3d model to a data table that is easy to read for machine learning algorithm?
I want to do something similar to Point Cloud. What I am NOT trying to do is to recognize objects or reconstruct them. I have a 3d file and I want to somehow read the data to use it in machine learning algorithm.
Where to look for info?
Googling…
Mateusz
- 63
- 3
2
votes
0 answers
Z values get rescaled while plotting in 3d
x_3d = 5.171875 , 5.3125 , 5.171875 ... 6
y_3d = 0, 1, 2, 3, 4, 5, .... 1500 (1500 points)
z_3d = -10.493983 , 22.128998 , -14.582531 , 34.687847 ,
11.390786 , 9.852596 , -4.8797636 , -18.590075 ,
…
Kumar Shivendu
- 41
- 1
1
vote
1 answer
Automating 3D Modeling using NLP
I would like to know if there is any way we can automate 3D modeling processes. Like if I give the model a text input such as "create a sphere and give it a red color" and the we need to get the model. To be precise, I would like to create a bot…
Loukik
- 41
- 2
1
vote
0 answers
What ML algo to choose to recreate x-ray human posture
I have an idea and not sure how to start. I have a x-ray image Of human skull. What kind of ML algorithm whold be the best to recreate the posture of the original skull.
How I see the algo steps.
Have an image of skull
Have an 3d model of…
Shmalex
- 111
- 2
1
vote
1 answer
How to input a 3d model into ML algorithm?
I have a machine learning model that uses csv with measured data about buildings: width, length, height etc. I use it to predict some features and it works properly.
I would like to drop csv with length, height and width, and I would like to use…
Mateusz Mazurek
- 45
- 1
- 5
1
vote
0 answers
How can I input a 3D model into a neural net, and receive an edited 3D model out?
So for acoustic simulation, geometric complexity means that the process can take a long time. By reducing geometric complexity, the perceptual effect can be minimal, whilst reducing precomputation time. I want to automate this process, and I believe…
Omar Ahmed
- 11
- 1
1
vote
0 answers
A small free dataset for 3D reconstruction from 2D images
I am trying to start coding on 3D image reconstruction from 2D images (so to map images to a 3D point cloud). Can any one please introduce a small free dataset to start with? I know BlendedMVS. But its 27 GB for its row resolution images. Does any…
Ali.A
- 159
- 8
1
vote
1 answer
Modelling a 3-variable system, with separate relations between two pairs
I am having some trouble approaching some data modelling of the following structured dataset I'm trying to analyse, and then creating a surface from it.
So I have 3 variables: say x, y, and z (variable names changed for simplicity), where y is…
Entangled Being
- 13
- 3
1
vote
1 answer
Clustering 3D with survey data
I have data obtained from a survey and I would like to perform a 3D clustering of the individuals who have answered the survey based on 3 of the questions they have answered:
Are you satisfied with product x? The range of responses is: strongly…
Thisisme
- 11
- 1
0
votes
1 answer
estimating coordinate correction
I'm working with 3d coordinate data (x,y,z), however I know that the z coordinate is systematically wrong and the error of z is dependant on both x and y. I however do have some data where I know the correct z value so I want to make a model that…
drulludanni
- 103
- 1