Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lily

Pages: [1]
1
Python and Java API / Re: AlignChunks runtime error
« on: February 03, 2016, 01:09:03 PM »
Code: [Select]
for photo_name in photos_list:     #add all images from the folder
            camera = PhotoScan.Camera()
            camera.open(os.path.join(root, name) + "/" + photo_name)
            if (photo_name.rsplit(".",1)[1] =="jpg") :
               camera.label = camera.path.rsplit("/",1)[1]
               camera.sensor = sensor
               chunk.sensors.add(sensor)
               chunk.photos.add(camera)

Hi Alexey and osima,
I have many sets of photos in folder1,2,3,… and I want a python file to help me to add all the photos into a photoscan file automatically.That is,let the photos in folder1 all added to  chunk1 ,photos in folder2 all added to  chunk2,…
I know little about python script, I searched this forum and found this topic.How fortunate I am!  You are brilliant ! However, the code couldn't do well in  version1.1.6. So I write this to ask if  you mind to help me “translate” the code attached above into version1.1.6?Thank you very much and I'm looking forward to your reply.

2
Hi Richard

I read your website these days and I think your scanner is fantastic!
I also download a set of your pictures with projection and  surprised by the regular pattern projected,especially on the face.
Because I am under the impression that once project from the front, patterns on the cheek and ear should always be out of shape.But what I see on your photos is without any deformation.

Thank you and I am looking forward to your friendly reply.

Best regards
Lily

3
General / Re: application for Android Phone
« on: March 10, 2014, 05:11:06 AM »
Thank you for your sincere help and I'm quite sorry for my delayed reply.

It works when I installed the Simlab CAD Viewer3.0.

Thank you again. :)

4
General / settings of Photoscan pro1.0.0
« on: March 10, 2014, 05:07:50 AM »
Hello all,
 
Models caculated by Photoscan pro1.0.0 has more significant noises than those caculated by Photoscan pro0.9.1. And they are both caculated in high acuracy.

Is it because of the building Dense Point Cloud step? How can I avoid the noises and let the mesh surface to be smoother?

Thank you.

5
General / Re: application for Android Phone
« on: February 13, 2014, 07:17:36 AM »
Thank you again.

My .zim file works when imported back into simlab.

The exported .zim file is about 3.94 MB, the .obj model has 100,000 ploys, and the texture is 463 KB.


6
General / Re: application for Android Phone
« on: February 13, 2014, 05:37:43 AM »
Thank you very much.

I have imported an .obj file into the simlab 3d pdf edition and exported  a .zim file.

But the .zim file failed to show in the simlab cad viewer installed in my android phone (firmware version  4.0.4).

Is there anything I am doing wrong? Or is it because of the output file type in the first step is simlab ipad file (.zim)?

Thank you all again.

7
General / Re: Zbrush - Workflow
« on: February 12, 2014, 11:10:45 AM »
Hello Mfranquelo!

Try this:
1. Load the PS-mesh into ZBrush
2. Clone it (and decimate the clone down to ~100000 polys for much faster ZRemeshing!)
3. ZRemesh that clone with a maximum of 15000 polys (because of the next step:)
4. Click on a ZSphere
5. Choose the uncloned high-detailed PS-mesh for "Rigging"
6. Choose the ZRemeshed low-poly mesh as a topology (and you have to move one vertex in order that ZBrush will work correctly - sometimes you have to tweak it imho)
7. Turn on "Projection" (and sometimes you have to tweak the default settings)
8. Preview an "Adaptive Skin" by choosing the desired density for the object (mostly 3-6)
9. "Make Adaptive Skin"
10. Use "UV Master" to create a perfect UV (on the lowest SDiv-level)
11. "Copy" that UV and "Paste" it to the highly-detailed adaptive skin
12. Export this UV-mapped 3D-object as .obj in the highest settings SDiv-level (On objects with more multi-million polys it is good to decimate that before; dont forget to turn on "Keep UVs" in "Decimation Master")
13. Load the exported 3D-object into the original PS-chunk
14. "Build Texture"
15. Ready!

There are still some other ways to do the same thing...

Greetz
tezen

When a finished model is imported into Geomagic, the UV seams on it is quite apparent [ in 3dmax will see nothing]. How to clear them away? Do I miss any point?

8
General / Re: application for Android Phone
« on: December 25, 2013, 05:14:01 AM »
Thank you.
But Meshlab can't load the texture file when using an andriod phone. Can any other software do the job?

9
General / application for Android Phone
« on: December 25, 2013, 04:09:20 AM »
Hi All,
   Is there any application for Android Phone to browse 3D model(.OBJ) ?  thank you very much.

10
General / realationship between point cloud and geomertry
« on: July 28, 2013, 09:15:52 AM »
Hello all,

What's the realationship between point cloud and geomertry in Agisoft? Why the geomertry is built in some places without point cloud?

Thank you very much.

11
General / model modification
« on: July 21, 2013, 12:11:25 PM »
Hello all,

Geomertry built by Agisoft is a little out of shape, that is, some unconnected places  have stuck together. Can Zbrush do the separation job? How?

Thank you.

12
Feature Requests / model modification
« on: July 08, 2013, 04:32:21 AM »
Hello all,

When taking photos of a thing, there inevitably exists some blind spaces. So the 3D-modle calculated by Agisoft is a little rough. Once the modle is modified in zbrush, its color and texture can't be pasted correctly on the reimported model. How to overcome this problem?

Pages: [1]