Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
jrsenobio
/
yolo-object-detector
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
yolo-object-detector
12.1 MB
Ctrl+K
Ctrl+K
2 contributors
History:
8 commits
centroidz
Fix typo in header description for YOLO object detection engine
903ccc6
about 1 month ago
templates
Fix typo in header description for YOLO object detection engine
about 1 month ago
.gitattributes
Safe
1.52 kB
initial commit
about 1 month ago
Dockerfile
Safe
677 Bytes
Refactor Dockerfile to clarify installation of system dependencies for OpenCV
about 1 month ago
README.md
206 Bytes
initial commit
about 1 month ago
app.py
Safe
1.87 kB
Update YOLO model to yolo26n.pt and enhance index.html tab functionality for improved user experience
about 1 month ago
requirements.txt
Safe
40 Bytes
Add initial implementation of YOLO object detection application with Flask
about 1 month ago
yolo26n.pt
pickle
Detected Pickle imports (28)
"torch.HalfStorage"
,
"ultralytics.nn.modules.block.SPPF"
,
"ultralytics.nn.modules.block.C2PSA"
,
"collections.OrderedDict"
,
"ultralytics.nn.modules.block.PSABlock"
,
"ultralytics.nn.modules.block.C3k"
,
"torch.nn.modules.container.ModuleList"
,
"ultralytics.nn.modules.block.Bottleneck"
,
"torch._utils._rebuild_tensor_v2"
,
"__builtin__.set"
,
"ultralytics.nn.modules.block.Attention"
,
"ultralytics.nn.modules.conv.Conv"
,
"torch.nn.modules.container.Sequential"
,
"ultralytics.nn.modules.conv.DWConv"
,
"torch.nn.modules.activation.SiLU"
,
"ultralytics.nn.modules.block.C3k2"
,
"ultralytics.nn.tasks.DetectionModel"
,
"torch.nn.modules.linear.Identity"
,
"torch.FloatStorage"
,
"torch.nn.modules.conv.Conv2d"
,
"torch.LongStorage"
,
"torch.nn.modules.upsampling.Upsample"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"torch._utils._rebuild_parameter"
,
"torch.Size"
,
"ultralytics.nn.modules.conv.Concat"
,
"ultralytics.nn.modules.head.Detect"
,
"torch.nn.modules.pooling.MaxPool2d"
How to fix it?
5.54 MB
xet
Update YOLO model to yolo26n.pt and enhance index.html tab functionality for improved user experience
about 1 month ago
yolov8n.pt
pickle
Detected Pickle imports (23)
"ultralytics.nn.modules.conv.Concat"
,
"collections.OrderedDict"
,
"torch.nn.modules.container.ModuleList"
,
"ultralytics.nn.modules.block.SPPF"
,
"ultralytics.nn.modules.block.Bottleneck"
,
"torch.nn.modules.pooling.MaxPool2d"
,
"ultralytics.nn.tasks.DetectionModel"
,
"torch._utils._rebuild_tensor_v2"
,
"__builtin__.set"
,
"ultralytics.nn.modules.block.DFL"
,
"torch.Size"
,
"torch.nn.modules.activation.SiLU"
,
"ultralytics.nn.modules.conv.Conv"
,
"ultralytics.nn.modules.head.Detect"
,
"torch._utils._rebuild_parameter"
,
"ultralytics.nn.modules.block.C2f"
,
"torch.nn.modules.upsampling.Upsample"
,
"torch.HalfStorage"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"torch.FloatStorage"
,
"torch.nn.modules.conv.Conv2d"
,
"torch.nn.modules.container.Sequential"
,
"torch.LongStorage"
How to fix it?
6.55 MB
xet
Add YOLOv8 model weights file
about 1 month ago