Add deep acceptance artifacts for model families
This commit is contained in:
@@ -34,6 +34,9 @@ def result_roots() -> list[Path]:
|
||||
roots.extend(path for path in upload_root.glob("*/results") if path.is_dir())
|
||||
acceptance_root = project / "var" / "acceptance"
|
||||
if acceptance_root.exists():
|
||||
roots.extend(path for path in acceptance_root.glob("deep_*/segmodel_tiny") if path.is_dir())
|
||||
roots.extend(path for path in acceptance_root.glob("deep_*/mmseg_tiny") if path.is_dir())
|
||||
roots.extend(path for path in acceptance_root.glob("deep_*/yolo_tiny/runs/tiny") if path.is_dir())
|
||||
roots.extend(path for path in acceptance_root.glob("deep_*/yolo_tiny/runs/tiny/HeartMap_Visual") if path.is_dir())
|
||||
return roots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user