nizhenliang / CGRSeg

[ECCV 2024] Context-Guided Spatial Feature Reconstruction for Efficient Semantic Segmentation
Apache License 2.0
61 stars 3 forks source link

Missing Files #5

Closed NUS-Tim closed 4 weeks ago

NUS-Tim commented 3 months ago

It seems the files for relative importing are currently unavailable. Please let me know whether I have missed anything. Thanks.

nizhenliang commented 3 months ago

We fix the code in RCM.py from: from ..layers import DropPath from ..layers.helpers import to_2tuple to: from timm.layers import DropPath from timm.layers.helpers import to_2tuple

you can try it again