Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ The following dependencies are needed:

**1、Preprocess**

* first,load image and landmark coords from csv,then resize to net input size,last generate landmarks heatmaps:run the data2dprepare.py
* first, load image and landmark coords from csv, then resize to net input size, last generate landmarks heatmaps: run the `data2dprepare.py`
* image and landmarks heatmaps

![](Image.jpeg)

![](landmarksheatmaps.bmp)


* save image and mask into csv file: run the utils.py,like file traindetection.csv
* save image and mask into csv file: run the `utils.py`, like file traindetection.csv

**2、LandMarks Detection**

Expand Down