├── LICENSE ├── README.md ├── SQA ├── SQA.py └── wabn.py └── img ├── properties.png ├── results.png └── teaser.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/README.md -------------------------------------------------------------------------------- /SQA/SQA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/SQA/SQA.py -------------------------------------------------------------------------------- /SQA/wabn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/SQA/wabn.py -------------------------------------------------------------------------------- /img/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/img/properties.png -------------------------------------------------------------------------------- /img/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/img/results.png -------------------------------------------------------------------------------- /img/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lihe404/WePerson/HEAD/img/teaser.png --------------------------------------------------------------------------------