Lőrincz-Molnár Szabolcs-Botond
Lőrincz-Molnár Szabolcs-Botond
**Checklist** 1. I have searched related issues but cannot get the expected help. ✅ 2. I have read the FAQ documentation but cannot get the expected help. ✅ Hi! Let's...
## Motivation Add HRViT (resolve #1730) described in ["Multi-Scale High-Resolution Vision Transformer for Semantic Segmentation"](https://arxiv.org/abs/2111.01236) which is a new vision transformer backbone design for semantic segmentation. It has a multi-branch...
# Describe the feature Add the model described in ["Multi-Scale High-Resolution Vision Transformer for Semantic Segmentation"](https://arxiv.org/abs/2111.01236) which is a new vision transformer backbone design for semantic segmentation. It has a...
**Checklist** 1. I have searched related issues but cannot get the expected help. ✅ 2. I have read the FAQ documentation but cannot get the expected help. ✅ Hi! I...
Since hook_cfg is a dictionary, its 'type' member can not be accessed with the current dot notation (hook_cfg.type), rather it has to be accessed either with hook_cfg['type'], but that would...
**Checklist** 1. I have searched related issues but cannot get the expected help. ✅ 2. The unexpected results still exist in the latest version. ✅ **Describe the Issue** Tried to...
### Describe the bug, what's wrong, and what you expected. I am trying to run the marching cubes algorithm on a 3D binary array, but I get the following error:...
Hi! Numpy 2.0 is out, and recently I received the following error: ``` A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may...