stigma0617
stigma0617
Hi, to test your HRNet, I change [paths_catalog.py](https://github.com/HRNet/HRNet-MaskRCNN-Benchmark/blob/master/maskrcnn_benchmark/config/paths_catalog.py#L8) to original [maskrcnn-benchmark one](https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/maskrcnn_benchmark/config/paths_catalog.py) because it is hard-coded by your path. And then using this command, this error occurs. `CUDA_VISIBLE_DEVICES=0, python tools/test_net.py...
Hi, I wonder do you have plan to implement hrnet backbone on top of [detectron2](https://github.com/facebookresearch/detectron2) Thanks