deeplearning123456
deeplearning123456
Hello author, thank you very much for disclosing the code of this paper. However, I encountered a small problem when implementing it, and I hope to get your reply. The...
Thanks for sharing your code with us, I have a question for you: (1) The parameter of epoch was originally set to 200. Now I want to modify the parameter...
## Instructions To Reproduce the 🐛 Bug: 1. run the Visualize SparseR-CNN of codes: ``` python demo/demo.py --config-file projects/SparseR-CNN/configs/sparsercnn.res50.100pro.3x.yaml --input cocodataset/test2017 --output cocodataset/save2017 --confidence-threshold 0.2 --opts MODEL.WEIGHTS output/model_final.pth ``` 2....