normalize validation models names
Validate Operations / validate-operations (push) Has been cancelled
Validate Operations / validate-operations (push) Has been cancelled
remove unused validation models
This commit is contained in:
@@ -29,7 +29,7 @@ from yolo_real_image_validation import save_tensor_csv
|
||||
IMAGENET_MEAN = np.asarray([0.485, 0.456, 0.406], dtype=np.float32)
|
||||
IMAGENET_STD = np.asarray([0.229, 0.224, 0.225], dtype=np.float32)
|
||||
DEFAULT_VGG_MODEL = VALIDATION_DIR / "networks" / "vgg16" / "depth_35" / "vgg16_depth_35.onnx"
|
||||
DEFAULT_RESNET_MODEL = VALIDATION_DIR / "networks" / "resnet" / "resnet18_torchvision.onnx"
|
||||
DEFAULT_RESNET_MODEL = VALIDATION_DIR / "networks" / "resnet18" / "depth_68" / "resnet18_depth_68.onnx"
|
||||
|
||||
|
||||
def resolve_default_paths():
|
||||
|
||||
Reference in New Issue
Block a user