YACWC
This commit is contained in:
@@ -21,8 +21,9 @@ parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
||||
sys.path.append(parent_dir)
|
||||
logger = get_logger(__name__,'/var/log/ml_vision_logs/00_load_missed', stdout=True, systemd=False, level=logging.INFO)
|
||||
from common import settings
|
||||
default_dir_watch = settings.dir_watch_missed
|
||||
|
||||
#default_dir_watch = settings.dir_watch_missed
|
||||
default_dir_watch = settings.dir_watch
|
||||
|
||||
publish = kwq.producer.send
|
||||
topic = kwq.TOPICS.exit_00_videos_to_score_detection
|
||||
|
||||
Reference in New Issue
Block a user