-
Notifications
You must be signed in to change notification settings - Fork 11
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
Some questions about reproduction. #7
Comments
Thank you for your interest! What parameters are not found? |
Thanks for the reply !!!
Here are the paths I have set up, which I think should be fine. ├── coco At the moment I'm assuming that the above logs were posted by you and reconfiguring the environment in Tesla-V100 (as described in the logs, which I was previously running in RTX) to reproduce it. I'm guessing maybe it's my (software or hardware) environment? Thanks again for the help you have provided! I sincerely hope that my questions won't take up too much of your valuable time. : ) |
Here is my complete log if you would like to view it。 |
Maybe STRUCTURE has some variation for reproduction, you can try to set STRUCTURE_WEIGHT to a smaller value. Thanks! |
Thanks for the guidance! I will try it soon! |
Thank you for your excellent work first!
When I reproduced your project, I found some discrepancies between the results and those presented in the paper, I ensured the file structure described in ReadMe and tried running "CUDA_VISIBLE_DEVICES=0 python train_net.py --config-file configs/ panoptic-segmentation/PADing.yaml --num-gpus 1 MODEL.WEIGHTS pretrained_weight_panoptic.pth", and the program executed successfully. If I understand correctly, the following should be the result in Table 1:
[09/25 03:31:55] PADing.evaluation.panoptic_evaluation_gzero INFO: Panoptic Evaluation Results:
I'm not sure if there's some step I'm not doing right? I found at the beginning of the log
[09/24 15:46:05] fvcore.common.checkpoint WARNING: Some model parameters or buffers are not found in the checkpoint.
, and I'm not sure if it causes the results to be misaligned? Please feel free to let me know if there is anything I can provide. Thanks again for your work and for any help you can provide is appreciated.
The text was updated successfully, but these errors were encountered: