Human-Segmentation-PyTorch icon indicating copy to clipboard operation
Human-Segmentation-PyTorch copied to clipboard

Human segmentation models, training/inference code, and trained weights, implemented in PyTorch

Results 25 Human-Segmentation-PyTorch issues
Sort by recently updated
recently updated
newest added

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. ![1](https://user-images.githubusercontent.com/34127965/117790153-a8581b00-b27b-11eb-9d2c-d07a1f3fad0d.JPG) 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...

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"?