Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigwangyudong/mcd-net
https://github.com/bigwangyudong/mcd-net
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigwangyudong/mcd-net
- Owner: BIGWangYuDong
- Created: 2021-03-20T19:28:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T19:51:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T13:24:17.227Z (3 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
install environment based on [mmdetection](https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md)
```pip install -r requirements.txt```
put the test data in DATA/Test/train and DATA/Test/gt (both need)
rename the repo to "Dehaze"
change root in configs/MCDNet.py (line 15,16)
change root in test_.py (line48,51)run test_.py:
```python test_.py```
the pretrained model can be download at [google drive.](https://drive.google.com/drive/folders/15ZysKyPHE4Cyq0JV6AqUkMAo5Nm-e1lN?usp=sharing)