jie666-6

Results 5 issues of jie666-6

There is a function 'init_weights' in network.py but I did not find any line using this function of the network initialization. So I would like to ask can someone explain...

I would like to generate depth map using my png file. But it always show error like this. Could you please help in this issue? Many thanks (depth_map) C:\Workplace\02work>depthy -s...

The processing was ok but after I change the study site, I got error in sbas.compute_align() as below *** pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects I went...

I am trying to save all coherence and phase data into a GeoTIFF using sbas.export_geotiff. decimator = sbas.decimator(resolution=15) corr_sbas = decimator(ds_sbas.correlation) sbas.export_geotiff(sbas.ra2ll(corr_sbas),f'{OUTDIR}/Coherence_stack') The saved GeoTIFF should already been saved in...

In pyGMTSAR, it seems that the PS candidates are selected based on the Amplitude Dispersion Index (ADI), as written in Stack_ps.py: psfunction = (ps.average/(2*ps.deviation)) However, in the paper "Permanent Scatterers...