DFCRN-for-Image-Dehazing icon indicating copy to clipboard operation
DFCRN-for-Image-Dehazing copied to clipboard

Question consultation

Open yaolp123 opened this issue 1 year ago • 1 comments

Dear, Recently I have read your project, and I feel instersted in it, i try to run your project, and see the performance of the model. And during this process, i have faced some problem, that is I could not find how the model "dfcrn_iter_75000.caffemodel" train, and how can i write the codes about the training function of this model"dfcrn_iter_75000.caffemodel"? And i have found the configure parameters file, like "dfcrn_template.prototxt", and how could I understand and make my own configuration file? Thank you for your answer, and i am looking forward to your reply.

yaolp123 avatar Jan 23 '24 08:01 yaolp123

Dear, Recently I have read your project, and I feel instersted in it, i try to run your project, and see the performance of the model. And during this process, i have faced some problem, that is I could not find how the model "dfcrn_iter_75000.caffemodel" train, and how can i write the codes about the training function of this model"dfcrn_iter_75000.caffemodel"? And i have found the configure parameters file, like "dfcrn_template.prototxt", and how could I understand and make my own configuration file? Thank you for your answer, and i am looking forward to your reply.

Thank you for your attention. This project used the caffe framework, you could change the framework to PyTorch or TensorFlow. The DFCRN architecture is simple, dfcrn_template.prototxt defines the network (such as layer). If you could not understand how caffe define model, please refer to caffe official link or other tutorials.

Hope this could help you.

AlphaNext avatar Jan 31 '24 04:01 AlphaNext