HRNet / HRNet-Semantic-Segmentation

The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
Other
3.09k stars 683 forks source link

Fix the bug about torch.utils.cpp_extension.load #215

Open clownrat6 opened 3 years ago

clownrat6 commented 3 years ago

When the user doesn't have root right, torch.utils.cpp_extension.load will return error message if we don't assign accessible path to arg:build_directory.