HUST-IAL / CoTF

The code of paper "Real-Time Exposure Correction via Collaborative Transformations and Adaptive Sampling" (CVPR 2024)
4 stars 1 forks source link

Dataset #2

Open Jeffreyl04 opened 4 days ago

Jeffreyl04 commented 4 days ago

I am confused on how to download all the dataset and how to configure it to gt and input in example1 or the .txt for example2 as show in the example for all the dataset as for the SICE dataset have gt, low and over and i dont know where to download the MSEC dataset and LCPD dataset is 8GB and cant scan for virus

lcdp SICE

and cannot pip install -r requirements have have a huge chunk of red message error saying python require >=3.8/3.9 and when i upgraded it to 3.10 it still have ERROR: could not find a version hat statifies the requirement torch ==1.8.1_cu101 (from versions: 1.11.0,1.12.0,1.12.1,1.13.0,1.13.1,2.0.0,2.0.1,2.1.1,2.1.2,2.2.0,2.2.1,2.2.2,2.3.0,2.3.1) ERROR: no matching distribution found for torch =1.8.1+cu101

ARE you using Linux or windows to run this Project

liziwenzzzz commented 3 days ago

The dataset download links are all provided in the README. Download from Google Drive, please ignore the virus warning, just download it anyway.

Dataset reading configuration, both methods can be used, you can choose either one according to your own needs.

For PyTorch environment installation, you need to find the corresponding command to download based on the CUDA version of your computer at https://pytorch.org/get-started/previous-versions/. The code runs fine on Linux.

Jeffreyl04 commented 3 days ago

I am currently using windows and when I check my CUDA version it is :12.2 and I can't find a pytorch that is compatible with it DO you recommend doing it on Linux? or does it work fine on windows