Open MhdMohammadi opened 2 weeks ago
Hey @MhdMohammadi, I'm also trying to reproduce the results, but I am having trouble setting up an environment with all the dependencies, especially with mmseg (and mmcv that is needed for it). Would you mind sharing how you set everything up (e.g. python version, package versions, using conda or not etc)? It would help me a lot!
Hi,
Thank you for making the code of ECDDP public. I tried to reproduce your results for semantic segmentation given the pretrained model in the repo, and I did the fine-tuning part two times (to make sure there is no randomness), and then evaluated them using TTA in
eval_seg.py
, and I got miou less than 60% for DSEC in both cases. Could you please double check the fine-tuning part, and let me know if it's possible to reproduce the reported results in the paper?I used the same version of libraries as you mentioned in the repo, and used the latest version for mmseg, as its version was not specified.