#!/usr/bin/env python | |
# Copyright (c) Xuangeng Chu (xg.chu@outlook.com) | |
from .VGGDetector import VGGHeadDetector | |
from .utils_vgghead import reproject_vertices | |
#!/usr/bin/env python | |
# Copyright (c) Xuangeng Chu (xg.chu@outlook.com) | |
from .VGGDetector import VGGHeadDetector | |
from .utils_vgghead import reproject_vertices | |