mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-23 00:56:35 +00:00
fix tensor rt engine
This commit is contained in:
committed by
Alex Bezdieniezhnykh
parent
5b89a21b36
commit
06a23525a6
+6
-2
@@ -1,5 +1,4 @@
|
||||
from os import path
|
||||
from dto.annotationClass import AnnotationClass
|
||||
|
||||
azaion = '/azaion'
|
||||
prefix = 'azaion-'
|
||||
@@ -26,7 +25,6 @@ datasets_dir = path.join(azaion, 'datasets')
|
||||
models_dir = path.join(azaion, 'models')
|
||||
|
||||
|
||||
annotation_classes = AnnotationClass.read_json()
|
||||
date_format = '%Y-%m-%d'
|
||||
checkpoint_file = 'checkpoint.txt'
|
||||
checkpoint_date_format = '%Y-%m-%d %H:%M:%S'
|
||||
@@ -35,3 +33,9 @@ CONFIG_FILE = 'config.yaml'
|
||||
ANNOTATIONS_QUEUE = 'azaion-annotations'
|
||||
ANNOTATIONS_CONFIRMED_QUEUE = 'azaion-annotations-confirm'
|
||||
OFFSET_FILE = 'offset.yaml'
|
||||
|
||||
AI_ONNX_MODEL_FILE_BIG = "azaion.onnx.big"
|
||||
AI_ONNX_MODEL_FILE_SMALL = "azaion.onnx.small"
|
||||
|
||||
AI_TENSOR_MODEL_FILE_BIG = "azaion.engine.big"
|
||||
AI_TENSOR_MODEL_FILE_SMALL = "azaion.engine.small"
|
||||
|
||||
Reference in New Issue
Block a user