Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing necessary code for reproduction #39

Open
biubiubiiu opened this issue Jan 12, 2022 · 0 comments
Open

Missing necessary code for reproduction #39

biubiubiiu opened this issue Jan 12, 2022 · 0 comments

Comments

@biubiubiiu
Copy link

Seemingly, there is three training stage according to your paper:

  • Stage 1: training residual extraction network only
  • Stage 2: training density classification network based on residue output from the network in Stage 1
  • Stage 3: joint training of both networks

quote: "To efficiently train the classifier, a two-stage training protocol is leveraged. A residual feature extraction network is firstly trained to estimate the residual part of the given rainy image, then a classification sub-network is trained using the estimated residual as the input and is optimized via the ground truth labels (rain-density). Finally, the two stages (feature extraction and classification) are jointly optimized."

It seems that the code of Stage 1 corresponds to file derain_residual.py, and Stage 3 corresponds to file train_rain_class.py (which directly loads two pre-trained models). How to get the density classifier trained in Stage 2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant