Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akcanca
/
df2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
df2
/
src
/
tools
/
forensic
/
drunet
/
__init__.py
Mustafa Akcanca
Add residuals
070b922
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
from
src.tools.forensic.drunet.drunet_model
import
DRUNet, UNetRes, load_drunet_gray
__all__ = [
'DRUNet'
,
'UNetRes'
,
'load_drunet_gray'
]