Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hlopez
/
Waste-Detector
like
2
Runtime error
App
Files
Files
Community
main
Waste-Detector
2 contributors
History:
55 commits
Hector Lopez
refactor: Fixed the prediction when uploading a custom image
d27c41a
almost 3 years ago
example_imgs
feature: Implemented example images and cleaned the interface
almost 3 years ago
.gitattributes
Safe
1.34 kB
Fix conflicts
almost 3 years ago
README.md
Safe
908 Bytes
initial commit
almost 3 years ago
app.py
Safe
2.01 kB
refactor: Fixed the prediction when uploading a custom image
almost 3 years ago
checkpoint.ckpt
Safe
pickle
Detected Pickle imports (4)
"torch.LongStorage"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
,
"collections.OrderedDict"
What is a pickle import?
16.6 MB
LFS
Upload checkpoint
almost 3 years ago
class_ViT_taco_7_class.pth
Safe
pickle
Detected Pickle imports (3)
"collections.OrderedDict"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
What is a pickle import?
344 MB
LFS
Upload ViT classifier
almost 3 years ago
class_efficientB0_taco_7_class.pth
Safe
pickle
Detected Pickle imports (4)
"torch.FloatStorage"
,
"torch.LongStorage"
,
"collections.OrderedDict"
,
"torch._utils._rebuild_tensor_v2"
What is a pickle import?
17.7 MB
LFS
Upload classifier checkpoint
almost 3 years ago
classifier.py
Safe
2.62 kB
feature: Use ViT as classifier
almost 3 years ago
efficientDet_icevision.ckpt
Safe
pickle
Detected Pickle imports (4)
"torch.LongStorage"
,
"collections.OrderedDict"
,
"torch.FloatStorage"
,
"torch._utils._rebuild_tensor_v2"
What is a pickle import?
32 MB
LFS
New detection checkpoint
almost 3 years ago
model.py
Safe
4 kB
Multiple refactors
almost 3 years ago
packages.txt
Safe
15 Bytes
Added debian packages installation
almost 3 years ago
requirements.txt
Safe
56 Bytes
Multiple refactors
almost 3 years ago
utils.py
Safe
2.53 kB
refactor: Added map_location parameter into get_models()
almost 3 years ago