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 - Alexey Pasumansky

Pages: 1 2 3 [4] 5 6 ... 989
46
Bug Reports / Re: GLB 3d Model rotated after export
« on: March 21, 2024, 04:45:55 PM »
In Metashape 2.1.1 it is possible to select "use glTF Y-up convention" option in the Export Model dialog when glTF format is used.

47
Feature Requests / Re: Agisoft Metashape Icon on Mac
« on: March 21, 2024, 04:37:07 PM »
Hello Matteo,

The application icon on macOS should be fixed in 2.1.1 version release, please confirm if it is fine now on your side.

48
Hello ilia,

Seems that the problem could happen when NVIDIA GPU was used for the texture blending, but in the version 2.1.1 this problem should be resolved:
https://www.agisoft.com/downloads/installer/

So you can try texturing using the same parameters via GPU enabled to see, if you get same result as when only CPU is used for texture generation.

49
General / Re: Circular bands in texture
« on: March 21, 2024, 04:06:32 PM »
Hello all,

If anyone still had those issues (especially, when NVIDIA GPU has been used for texture blending), please check version 2.1.1 and report back, if the problem has been resolved:
https://www.agisoft.com/downloads/installer/

50
General / Re: Metashape Pro exporting to incorrect projection
« on: March 20, 2024, 06:53:27 PM »
Hello lustot,

Can you please share the screenshot of the complete information from Chunk Info dialog?

Please also confirm, if you are getting wrong position, if GeoTIFF exported without World file is also shown in the wrong location? In such case please specify the application that you are using to open GeoTIFF.

51
Python and Java API / Re: Import GCP reference from csv
« on: March 19, 2024, 06:04:55 PM »
Hello Braeden,

Sorry for confusion, but glad to hear that you have managed to fix the problem.

52
Python and Java API / Re: Import GCP reference from csv
« on: March 18, 2024, 08:08:27 PM »
Hello Braeden,

I suggest to add the following two arguments to importReference command:
- create_markers = True
- items = [Metashape.ReferenceItemsMarkers]

Hope it solves the problem with automatic creation of the markers and loading reference for them.

53
Hello piratek098,

If you mean those dark horizontal stripes in the middle of the model, they seem to be related to the dark areas on the source images that are close to the bottom of the object (and therefore the background).

To reduce such unwanted effect you can use Average or Max.Intesity blending mode, but as a proper approach I think only shrinking masks on the source images would work, so that darker parts of the object on the original images in the areas close to the mask boundaries are also masked out.

Such negative effect might be also avoided for future projects, if you use white plain background (to avoid black or colored reflections on the object's surface) or put the object on some high stand to avoid background reflections on the object's surface.

54
Python and Java API / Re: Import GCP reference from csv
« on: March 18, 2024, 11:37:03 AM »
Hello Braeden,

Can you please confirm, if you are able to import the coordinates of the markers from the same file via GUI using Import Reference button on the Reference pane toolbar?

Also please specify, if the markers with the labels corresponding to IDstring column values are already in the active chunk or should be created?

55
Hello Jonathan, hello Fabio,

Do you run the related script from Metashape GUI?

If so, does it make any difference, if you switch to the mesh view  in the Model view?

56
General / Re: Incorrect Show image with calibration with k4
« on: March 13, 2024, 05:47:52 PM »
Hello Paul,

For the image visualization in the Model view (Show Images mode) the reverse distortion model is used, but since model utilized in Metashape is irreversible analytically, the calculation is performed partially using iterative approximation. The latter works well in the areas, where the distortion change is smooth, but in the corners in the given examples the distortion change is quite abrupt, so the result of iterative approximation of the undistorted coordinates is quite off from the real. Seems like that is the reason of the artifacts that you are observing.

57
Python and Java API / Re: processing time estimation
« on: March 13, 2024, 04:57:25 PM »
Hello jpaton,

It can be done using progress callback argument. See an example below:

Code: [Select]
import time, Metashape
def progress_print(p):
elapsed = float(time.time() - start_time)
sec = 10E+6
if p:
sec = elapsed / p * 100
print('Current task progress: {:.2f}%, estimated time left: {:.0f} seconds'.format(p, sec))
else:
print('Current task progress: {:.2f}%, estimated time left: unknown'.format(p)) #if 0% progress
chunk = Metashape.app.document.chunk
global start_time
start_time = time.time()
chunk.matchPhotos(reset_matches = True, progress=progress_print)

58
Hello zvyozdo4ka,

To do that in Metashape Standard you need to enable Show Grid option in the Model view, then using Move Object instrument adjust the location of the model relatively to the grid, considering that the center of the grid is (0,0,0).

59
Hello LRP,

Do you observe the same problem, if you use only depth maps (without laser scan) source, thus basing the mesh reconstruction on images only?

60
General / Re: Incorrect Show image with calibration with k4
« on: March 11, 2024, 06:15:51 PM »
Hello Paul,

What happens if you change the sign of K4 in the adjusted values tab?

According to the distortion plot it seems that the corners of the undistorted image are "folded" inside.

Pages: 1 2 3 [4] 5 6 ... 989