Human-Segmentation-PyTorch
Human-Segmentation-PyTorch copied to clipboard
Human segmentation models, training/inference code, and trained weights, implemented in PyTorch
which paper is this project reimplementing? Thanks.
when i load the trained model UNet_ResNet18.pth with torch.load(DeepLabV3Plus_ResNet18.pth). a error had occur,the detail as follows.  i will appreciate it if you can provide some advices. thanks a lot
After ran the command `$ git submodule update --init --recursive ` It stuck without response. I checked the repo that "pytorch-image-models @ 2be1fd0 " pointed to a webpage with 404...
"Page not found" showed on GIthub.
I am having this issue when running training from scratch ``` Traceback (most recent call last): File "train.py", line 101, in main(config, args.resume) File "train.py", line 55, in main trainer.train()...
Does anyone know how to process the data?
from timm.models.resnet import default_cfgs, load_pretrained, BasicBlock, Bottleneck ImportError: cannot import name 'load_pretrained' and in timm.models.resnet , there is no ‘load_pretrained’ Can someone tell me how to do
Hi, thank you for your great work. I downloaded your model on Google dirver and found that the model size is much larger than the model size written in readme....
Hi, I just wonder where can i get the pretrained models, whose paths in the json files are like: "pretrained_backbone": "/data4/livesegmentation/thuync/PyTorch-pretrained/resnet18.pth" or "pretrained_backbone": "/root/pretrain/resnet18.pth" or "/workspace/pretrain/resnet18.pth"?