Giter VIP home page Giter VIP logo

sen12ms-cr-ts's People

Contributors

patrickebel avatar patricktum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sen12ms-cr-ts's Issues

A bug in /util/dl_data.sh download script

I've found a small bug in your download script at line 284. The script effectively only executes wget with -O $filename$ and not with -P $dl_extract_to -O $filename as expected, which is because of this strange behavior of wget.

Thus, the file is downloaded into the current directory and not into $dl_extract_to, and tar throws a "file not found" error for $dl_extract_to'/'$filename, because the file is not there.

A fix would be to wget the file using -O $dl_extract_to'/'$filename at line 284. I tested it and it works.

Some questions about dataloader

Hello, I downloaded the part of Africa in the SEN12MS-CR-TS dataset for experiments. The training data is 'ROIs1970', '21', the validation data is 'ROIs1970', '40', and the test data is 'ROIs1970', '35'. Only 3 time points are kept under each region. The specific structure is shown in Figure 1. According to this, I only modified the part of the code class SEN12MSCRTS(Dataset). I have two questions:
1: My original intention was to select 3 time points for the experiment at one location, so I modified self.time_points = range(3), but according to the printed results, only the data at time 0 of each location was read. The data of the other two time points cannot be read. Don't know where is the problem, can you give me some advice?
2: I don’t know if it’s because my training set is too small, but the final test result failed. As shown in Figure 2. It's not completely black, and you can still see some outlines when you zoom in. Not sure why this is happening, can you give me some advice?
图片1

图片2

Question

Hello, I read the paper but I struggle to understand something. The dataset supposedly contains pairs of cloudy and cloudless images. And the cloudy images are not created synthetically. Does this mean the paired images are not temporally aligned?

If yes, doesn't this introduce a major flaw into models trained on this, since it might also learn temporal changes?
I would expect the purpose of cloud removal is to estimate what is under the clouds "right now", not at a different time. For that we could just retrieve the most recent cloudless image. Am I missing something?

Checkpoint model configuration

Hi, thanks for the amazing dataset and paper!

I have a question about using the checkpoints from this website for I am unsure about the correct model configuration using test.py, specifically, the netG configuration does not seem to be resnet3d_9blocks_withoutBottleneck and the num of input channels is 13.

Could you kindly review the GitHub codebase and suggest the appropriate test commands to use with the checkpoints?

Thank you for your time and kindness.

Location of tif2hdf5.py

Hi there,

I'm trying to replicate the conversion of the dataset to hdf5, but as per this line I don't seem to be able to find where the referenced script is located.

A question about the SEN12MSCR dataset

Hello @PatrickTUM,

I downloaded the SEN12MSCR dataset for cloud removal tasks. I can understand that s1 has 2 channels and s2_cloudy has 13 channels, but I don't understand why s2 has 13 channels. Why not use the rgb channel directly, which can also reduce the amount of calculation.

Question about SEN12MS-CR-TS Size

Hi! Thanks for the amazing dataset! I followed the instructions and downloaded the entire dataset on my server. However, the total size is around 1.2TB, contradicting to the 2TB reported in your paper. Am I missing any data? Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.