Closed martin416 closed 11 months ago
I don't want to do training; I want to perform inference directly from downloaded Sentinel-2 data in TIFF format using an existing model to see the results. Thank you
experiments/sample_net_g.pth
is a placeholder. You will need to download weights and replace that with the path to the weights on your local system. There are model weights here. These weights expect {2, 6, 12, 18} Sentinel-2 input images, respectively.An example command with our test data is here.
Here are your questions :
experiments/sample_net_g.pth
mentioned in theoptions/infer_example.yml
file?