Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
safe-challenge-2025
/
example-submission
like
0
Follow
SAFE: Image Edit Detection and Localization Challenge 2025
13
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
3
main
example-submission
3.04 MB
5 contributors
History:
47 commits
jessehostetler
Fix assigning challenge_id instead of task_id when task is specified by name.
a4ed626
22 days ago
app
Add GPU support for inference service
3 months ago
resources
Move README images to subdirectory
3 months ago
scripts
Clean up docs. Fix test script incorrect path.
3 months ago
.dockerignore
285 Bytes
updated README.md
4 months ago
.env.example
161 Bytes
updated README.md
4 months ago
.gitattributes
1.52 kB
initial commit
3 months ago
.gitignore
77 Bytes
Clean up docs. Fix test script incorrect path.
3 months ago
.python-version
8 Bytes
initial commit
6 months ago
Dockerfile
795 Bytes
Download model weights in Dockerfile. Large revision of README to include submission instructions. Add challenge-cli.py to make uploading via the Dyff API easier.
3 months ago
Dockerfile.gpu
2.19 kB
Remove commented-out code
about 1 month ago
README.md
28.3 kB
Add notes about permissions when using the HF Secrets feature
about 1 month ago
cat.json
185 kB
Fix docker image not working in kubernetes. Fix int width not set in input scherma. Add makefile and test image.
3 months ago
challenge-cli.py
11.3 kB
Fix assigning challenge_id instead of task_id when task is specified by name.
22 days ago
main.py
101 Bytes
initial commit
6 months ago
makefile
2.27 kB
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
about 1 month ago
mask.png
167 Bytes
Clean up docs. Fix test script incorrect path.
3 months ago
prompt.sh
114 Bytes
Fix docker image not working in kubernetes. Fix int width not set in input scherma. Add makefile and test image.
3 months ago
requirements.cpu.in
18 Bytes
Default to CPU-only version of torch. Improve docs.
3 months ago
requirements.cpu.txt
8.68 kB
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
about 1 month ago
requirements.in
384 Bytes
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
about 1 month ago
requirements.torch.cpu.in
66 Bytes
Default to CPU-only version of torch. Improve docs.
3 months ago
requirements.torch.cpu.txt
91 Bytes
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
about 1 month ago
requirements.torch.gpu.in
18 Bytes
Add GPU Dockerfile and requirements
3 months ago
requirements.torch.gpu.txt
1.67 kB
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
about 1 month ago
requirements.txt
9.77 kB
Default to CPU-only version of torch. Improve docs.
3 months ago
response.json
474 Bytes
Default to CPU-only version of torch. Improve docs.
3 months ago
test_main.http
12.8 kB
refactored codebase
4 months ago