1Branch6Tags Code Folders and files Name Last commit message Last commit date Latest commit FabianIsensee bump Feb 26, 2025 0a12d61·Feb 26, 2025 History 85 Commits acvl_utils maybe this is it? Feb 26, 2025 logos add logos Dec 16, 2022 ...
bash pip install acvl-utils==0.2 或者,如果可能的话,你可以查找该函数的替代实现,或者自己实现一个类似的函数。 综上所述,解决这个问题的关键在于确认模块和函数的存在性,并检查Python环境和import语句的正确性。如果问题依旧存在,可能需要考虑使用替代方案或寻求更具体的帮助。
Downgrading acvl_utils to version 0.2 gets rid of the initial error, though I haven't run any real work yet. So there might be other problems. pip install --upgrade acvl_utils==0.2 👍 12 elpequeno commented Nov 8, 2024 I did the same thing: downgrading acvl_utils to version 0.2 ...
MIC-DKFZ / acvl_utils Public Notifications Fork 3 Star 8 Code Issues 2 Pull requests 2 Actions Projects Security Insights Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
65 changes: 65 additions & 0 deletions 65 acvl_utils/morphology/slice_interpolation.py Original file line numberDiff line numberDiff line change @@ -0,0 +1,65 @@ from typing import Tuple, Union import numpy as np from scipy.ndimage import distance_transform_edt, binary_dilation, binary_...
acvl_utils Using and reducing memory allocations when casting to new type Jan 11, 2024 logos add logos Dec 16, 2022 tests Replacinglen(arr.shape)witharr.ndim Jan 8, 2024 .gitignore initial commit Mar 25, 2022 readme.md readme Dec 16, 2022 ...