markxuzihe / moire-photo-detection-and-restoration

4 stars 2 forks source link

where is the dataset from? #1

Open andreashen opened 1 year ago

andreashen commented 1 year ago

Hi Mark,

i wonder where the dataset comes from. Is it an open-sourced dataset published by an institution? If yes, would you tell its origin paper? Or is it produced by yourself?

thank you~

markxuzihe commented 1 year ago

Hi,

I've used LCDMoire dataset and my own dataset in this project. You can find LCDMoire dataset here: https://competitions.codalab.org/competitions/20165#learn_the_details https://arxiv.org/pdf/1911.03461.pdf

Also you can consider the dataset proposed in Moiré Photo Restoration Using Multiresolution Convolutional Neural Networks , here's the download link for it: https://drive.google.com/drive/folders/109cAIZ0ffKLt34P7hOMKUO14j3gww2UC?usp=share_link

Hope this can help you.

andreashen commented 1 year ago

Kind of you!! I am very grateful for the details you provided.

tkone2018 commented 1 year ago

@markxuzihe hello, can you share packages version? thx

tkone2018 commented 1 year ago

@markxuzihe and can you share the inference file for one image ,thx

Razaib-Tariq commented 1 month ago

@markxuzihe Hi can you share the packages that you used to train the models in the demoireing folder? as it is using tensor, and i am only able to use tensor with cpu, and not gpu, if there is a requirements file that you created would help train this model thanks.