zllrunning / face-parsing.PyTorch

Using modified BiSeNet for face parsing in PyTorch
MIT License
2.33k stars 457 forks source link

I'm a newcomer in face parsing. Can I ask you a question? #32

Open xiumin123 opened 3 years ago

xiumin123 commented 3 years ago

in transform.py: the last two line:img = Image.open('data/img.jpg'), lb = Image.open('data/label.png'),Which two files of the dataset do the paths in parentheses correspond to?