File size: 160 Bytes
5c48b81 |
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
|
5c48b81 |
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
|