Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mccaly
/
test2
like
1
Image Segmentation
Transformers
PyTorch
EduardoPacheco/FoodSeg103
upernet
Inference Endpoints
arxiv:
7 papers
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
52588ba
test2
/
tests
/
test_model.py
mccaly
Upload 660 files
b13b124
over 1 year ago
raw
Copy download link
history
blame
142 Bytes
import
torch
pthfile =
r'/SEG/mmsegmentation/pretrained_model/recipe1MP_R50.pth'
net=torch.load(pthfile)
for
k
in
net.keys():
print
(k)