End-to-end image segmentation kit based on PaddlePaddle.
-
Updated
Dec 16, 2020 - Python
Add a description, image, and links to the hrnet topic page so that developers can more easily learn about it.
To associate your repository with the hrnet topic, visit your repo's landing page and select "manage topics."
Hi everybody
Currently only one sample per GPU is possible while executing tests, which leads to very slow validation and testing for me. I assume to fix this the
forward_testmethods for theTopDownandBottomUpclasses would need to be updated. Is this planned anytime soon or should I give it a try myself to contribute?