-
Notifications
You must be signed in to change notification settings - Fork 34
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
The reproduced results are relatively poor #28
Comments
Is it a problem of environment configuration? My environment is python3.8,pytorch1.7.0 cuda11.0 mmcv1.2.3. |
Python: 3.7.7 [GCC 7.3.0] GCC 7.3 |
We fixed and updated the codes, please redownload and run, thanks~ |
Have anyone reproduced the results? Could you share how to do it? |
I reproduced the first stage of training with vit large_ patch16_ 384_ backbone, the ODS and OIS are 0.813 and 0.830 respectively on the tesing set of BSDS at iter_10k, which are similar to the reported results: ODS: 0.817, OIS: 0.835 ---pip envs--- ---conda envs--- ---gpustat--- ---samples_per_gpu--- ---training command--- Feel free to contact me if you need more information. @liuxingyu123 @yun-liu ---update--- |
We update the reproduced results in https://github.com/MengyangPu/EDTER#4-the-original-results-vs-the-reproduced-results and provide all results. |
Hello, the pretrained model I use for vit is vit_ large_ patch16_ 384, but the results of the first stage of training are ODS: 0.74116, OIS: 0.761012, AP: 0.736421. In the paper, ODS: 0.817, OIS: 0.835, AP: 0.867, the parameter of code has not changed. What is the problem?
The text was updated successfully, but these errors were encountered: