Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IT3103-2024S2
/
220180T
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
220180T
45 MB
1 contributor
History:
5 commits
This space has 1 file scanned as unsafe.
Show
files
NovaIZ
added changes to app.py and model.py
774d622
11 months ago
.gitattributes
Safe
1.52 kB
initial commit
11 months ago
.gitignore
Safe
130 Bytes
added all required files
11 months ago
README.md
Safe
247 Bytes
initial commit
11 months ago
app.py
Safe
2.31 kB
added changes to app.py and model.py
11 months ago
car_logos.pt
Unsafe
pickle
Detected Pickle imports (22)
"ultralytics.nn.modules.block.Bottleneck"
,
"ultralytics.nn.modules.block.SPPF"
,
"torch._utils._rebuild_parameter"
,
"ultralytics.nn.modules.conv.Concat"
,
"torch.nn.modules.activation.SiLU"
,
"torch.FloatStorage"
,
"__builtin__.set"
,
"ultralytics.nn.modules.conv.Conv"
,
"collections.OrderedDict"
,
"torch.nn.modules.pooling.MaxPool2d"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.nn.modules.container.Sequential"
,
"torch.HalfStorage"
,
"ultralytics.nn.modules.block.C2f"
,
"__builtin__.getattr"
,
"ultralytics.nn.modules.block.DFL"
,
"torch.nn.modules.container.ModuleList"
,
"ultralytics.nn.tasks.DetectionModel"
,
"torch.nn.modules.upsampling.Upsample"
,
"torch.Size"
,
"ultralytics.nn.modules.head.Detect"
,
"torch.nn.modules.conv.Conv2d"
How to fix it?
22.4 MB
xet
added changes to gitignore and app.py plus added car-logos folder
11 months ago
model.py
Safe
1.01 kB
added changes to app.py and model.py
11 months ago
requirements.txt
Safe
43 Bytes
added changes to app.py and model.py
11 months ago
yolov8s.pt
pickle
Detected Pickle imports (23)
"torch.FloatStorage"
,
"ultralytics.nn.modules.block.SPPF"
,
"torch.HalfStorage"
,
"ultralytics.nn.modules.conv.Concat"
,
"ultralytics.nn.modules.block.Bottleneck"
,
"ultralytics.nn.modules.head.Detect"
,
"torch.nn.modules.container.ModuleList"
,
"ultralytics.nn.modules.block.DFL"
,
"torch.nn.modules.conv.Conv2d"
,
"__builtin__.set"
,
"torch.nn.modules.activation.SiLU"
,
"ultralytics.nn.modules.block.C2f"
,
"torch.nn.modules.pooling.MaxPool2d"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.LongStorage"
,
"torch.nn.modules.container.Sequential"
,
"collections.OrderedDict"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"torch.Size"
,
"ultralytics.nn.modules.conv.Conv"
,
"ultralytics.nn.tasks.DetectionModel"
,
"torch._utils._rebuild_parameter"
,
"torch.nn.modules.upsampling.Upsample"
How to fix it?
22.6 MB
xet
added all required files
11 months ago