evo-biomech / scAnt

open-source 3D scanning and processing pipeline
MIT License
173 stars 39 forks source link

3D construction and texturing is not right. #12

Closed sbasnagala closed 2 years ago

sbasnagala commented 2 years ago

I have successfully run the Meshroom, but resulted obj file seems not right. It is supposed to be a beetle, but it lacks the basic structure. I had 169 resulting stacked images in Meshroom to run the model. 10 images out of 169 had no solid background. Any idea what's happening Beetle-2022-08-03 150749 ?

image

image

mnhn-paul commented 2 years ago

@sbasnagala The cameras seem to be aligned correctly. did the dense point cloud calculate correctly? I think this might be an issue with your Meshroom workflow.

you might have more luck posting you issue to an Meshroom or Photogrammetry groups on Reddit or so.

sbasnagala commented 2 years ago

I did post in their forum. Thanks

sbasnagala commented 2 years ago

Hi Fabian!

During one of the discussion, you mentioned....

"Keep in mind that you may need to adjust further parameters to fit your images, such as the min/max threshold values, as well as CLAHE settings, the same way you would in the scAnt GUI."

Could you tell me where exactly I can change these settings? Thanks sbasnagala

FabianPlum commented 2 years ago

Hi Suranga,

There are three ways in which you can adjust these values:

e.g:

python mask_generator.py --images "PATH_TO_YOUR_STACKED_IAMGES" --CLAHE 3 --mask_thresh_min 175 --mask_thresh_max 215

All the best Fabi

FabianPlum commented 2 years ago

As the questions are no longer related to the use of Meshroom and I cannot give specific advice with third-party software I will need to close this issue here. Feel free to open a new issue with further questions relating to the scanning process itself!