Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
jacklishufan
/
climax-xview
like
0
arxiv:
1505.04597
Model card
Files
Files and versions
Community
main
climax-xview
/
evalution-docker-container
/
utils.py
jacklishufan
init commit
844f7c0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
numpy
as
np
def
preprocess_inputs
(
x
):
x = np.asarray(x, dtype=
'float32'
)
x /=
127
x -=
1
return
x