File size: 213 Bytes
753fd9a
 
 
 
 
1
2
3
4
5
6
import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../../'))
from src.stacked_hourglass.model import hg1, hg2, hg4, hg8
from src.stacked_hourglass.predictor import HumanPosePredictor