KaushiGihan's picture
Upload 17 files
07fc447 verified
raw
history blame
345 Bytes
from pathlib import Path
vit_model_path=Path(r"artifacts\model\VIT_model\model.pth")
vit_mlb_path=Path(r"artifacts\model\VIT_model\mlb.joblib")
vgg_model_path=Path(r"artifacts\model\vgg_model\model.keras")
vgg_mlb_path=Path(r"artifacts\model\vgg_model\mlb.joblib")
layout_model_path=Path(r"artifacts\model\layout_model\model.pth")