simzhang

Results 12 issues of simzhang

left mouse click-and-drag to shift between 2d pics finished, but not too smooth

![image](https://github.com/open-mmlab/mmsegmentation/assets/24918900/99bd4fe4-ad36-4bff-b0cb-9072df80e686) 配置文件:adabins_efficient_b5_4x16_25e_NYU_416x544.py 权重文件:adabins_efficient_b5_nyu_third-party-f68d6bd3.pth from mmseg.apis import init_model 使用init_model 报如图错误, checkpoint 没有 meta 这个字段

mmsegmentation\projects\Adabins\configs\_base_\models\Adabins.py when I using this file to predict depth, the backbone model need the efficientnet_b5 weights from hugging face . the code can't download the weights cause banned. how can...

ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory...

ENV HTTP_PROXY '‘ip:port' ENV HTTPS_PROXY $HTTP_PROXY ENV ALL_PROXY $HTTP_PROXY ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTP_PROXY ENV all_proxy $HTTP_PROXY

that's awsom work, if need help, contact me

when I import openslide in python console on windows11 , It report that : `OpenSlideVersionError: OpenSlide >= 3.4.0 required` and when I use openslide-show-properties --version in CMD terminal: ``` openslide-show-properties...

we'd like to follow your excellent work , but can you provide your segmentation code or demo?