Skip to content

Commit

Permalink
:Merge branch 'feature/demo'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragyanstha committed Dec 8, 2024
2 parents d765738 + 47844e4 commit 61e3c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def lifespan(app: FastAPI):
logger.info("Model loaded successfully")
# Connect to Redis
redis = aioredis.from_url("redis://localhost", decode_responses=True)
ct_path = "../data/CTPelvic1K/dataset6_volume/dataset6_CLINIC_0001_data.nii.gz"
ct_path = "../ui/public/test.nii.gz" # This is the downsized dataset6_CLINIC_0001_data
xray_path = "../data/ctpelvic1k_synthetic/dataset6_CLINIC_0001_data/images/0010.png"
camera_path = "../data/ctpelvic1k_synthetic/dataset6_CLINIC_0001_data/cameras/0010.json"
template_path = "../data/ctpelvic1k_templates/dataset6_CLINIC_0001_data"
Expand Down

0 comments on commit 61e3c38

Please sign in to comment.