# Pytorch Hair Segmentation

[Figaro-1k](http://projects.i-ctm.eu/it/progetto/figaro-1k) 데이터 & 파이토치와 함께 Hair Segmentation을 합니다 :)

이 문서에서는 다음과 같은 내용을 다룹니다.

* Semantic Segmentation 에 대한 전반적인 소개
* PSPNet, DeepLab V3+, MobileNet 등 Semantic Segmentation 모델링
* Ignite, Visdom Utils에 대한 소개


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pytorchhair.gitbook.io/project/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
