File size: 160 Bytes
17cd746 |
1 2 3 4 5 6 |
#!/usr/bin/env python
# Copyright (c) Xuangeng Chu ([email protected])
from .VGGDetector import VGGHeadDetector
from .utils_vgghead import reproject_vertices
|
17cd746 |
1 2 3 4 5 6 |
#!/usr/bin/env python
# Copyright (c) Xuangeng Chu ([email protected])
from .VGGDetector import VGGHeadDetector
from .utils_vgghead import reproject_vertices
|