INNER CODE UNIT · Python
set_vis_interval
tensorlayer/HyperPose · hyperpose/Config/__init__.py:508
def set_vis_interval(vis_interval):
if(vis_interval is not None):
update_train.vis_interval = vis_interval
# custome module interfaces
# custom parts
def set_custom_parts(custom_parts):
update_model.custom_parts = custom_parts
# custom limbs
def set_custom_limbs(custom_limbs):
update_model.custom_limbs = custom_limbs
# custom augmentor
def set_custom_augmentor(augmentor):
update_model.augmentor = augmentor
# custom preprocessor