Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
RyanJames
/
yolo12l-person-seg
like
2
Object Detection
ultralytics
PyTorch
coco
yolo
yolo12
segmentation
person-detection
instance-segmentation
computer-vision
License:
agpl-3.0
Model card
Files
Files and versions
Community
1
Use this model
main
yolo12l-person-seg
Ctrl+K
Ctrl+K
2 contributors
History:
17 commits
Ryan Pfister
feat: Add extended 300-epoch model and update stats
f98dfcd
about 2 months ago
examples
Update example images and add example5.png
2 months ago
.gitattributes
Safe
1.56 kB
Add example segmentation images and update README
2 months ago
.gitignore
Safe
10 Bytes
Update example images and add example5.png
2 months ago
README.md
6.03 kB
feat: Add extended 300-epoch model and update stats
about 2 months ago
requirements.txt
80 Bytes
Add YOLO12l-seg person segmentation model with documentation and example code
2 months ago
sample_inference.py
4.68 kB
Add YOLO12l-seg person segmentation model with documentation and example code
2 months ago
yolo12l-person-seg-extended.pt
pickle
Detected Pickle imports (29)
"ultralytics.nn.modules.block.A2C2f"
,
"ultralytics.nn.modules.block.C3k"
,
"torch.nn.modules.activation.SiLU"
,
"torch.FloatStorage"
,
"torch._utils._rebuild_parameter"
,
"torch.nn.modules.linear.Identity"
,
"ultralytics.nn.modules.block.DFL"
,
"ultralytics.nn.modules.conv.Conv"
,
"ultralytics.nn.modules.block.ABlock"
,
"torch.HalfStorage"
,
"torch.nn.modules.upsampling.Upsample"
,
"torch.LongStorage"
,
"ultralytics.nn.modules.block.Bottleneck"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"ultralytics.nn.modules.conv.Concat"
,
"torch.nn.modules.container.Sequential"
,
"ultralytics.nn.modules.block.AAttn"
,
"torch._utils._rebuild_tensor_v2"
,
"ultralytics.nn.tasks.SegmentationModel"
,
"ultralytics.nn.modules.block.Proto"
,
"ultralytics.nn.modules.conv.DWConv"
,
"__builtin__.set"
,
"torch.nn.modules.conv.Conv2d"
,
"torch.nn.modules.conv.ConvTranspose2d"
,
"collections.OrderedDict"
,
"torch.Size"
,
"ultralytics.nn.modules.block.C3k2"
,
"ultralytics.nn.modules.head.Segment"
,
"torch.nn.modules.container.ModuleList"
How to fix it?
58.2 MB
LFS
feat: Add extended 300-epoch model and update stats
about 2 months ago
yolo12l-person-seg.pt
pickle
Detected Pickle imports (29)
"collections.OrderedDict"
,
"ultralytics.nn.modules.block.DFL"
,
"ultralytics.nn.modules.block.C3k"
,
"ultralytics.nn.modules.conv.DWConv"
,
"ultralytics.nn.tasks.SegmentationModel"
,
"ultralytics.nn.modules.head.Segment"
,
"torch.nn.modules.container.Sequential"
,
"torch.nn.modules.upsampling.Upsample"
,
"ultralytics.nn.modules.block.Bottleneck"
,
"torch._utils._rebuild_tensor_v2"
,
"ultralytics.nn.modules.block.C3k2"
,
"ultralytics.nn.modules.conv.Conv"
,
"torch.nn.modules.linear.Identity"
,
"torch.Size"
,
"ultralytics.nn.modules.conv.Concat"
,
"__builtin__.set"
,
"torch.nn.modules.activation.SiLU"
,
"torch.nn.modules.conv.Conv2d"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"ultralytics.nn.modules.block.ABlock"
,
"ultralytics.nn.modules.block.A2C2f"
,
"ultralytics.nn.modules.block.Proto"
,
"torch._utils._rebuild_parameter"
,
"torch.nn.modules.conv.ConvTranspose2d"
,
"ultralytics.nn.modules.block.AAttn"
,
"torch.HalfStorage"
,
"torch.LongStorage"
,
"torch.nn.modules.container.ModuleList"
,
"torch.FloatStorage"
How to fix it?
58.1 MB
LFS
Add YOLO12l-seg person segmentation model with documentation and example code
2 months ago