Skip to content

Commit 8710993

Browse files
committed
remove spleen coordinates in sample-app radiology main.py to account for the fact that main does not include that
1 parent a835e55 commit 8710993

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sample-apps/radiology/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,7 @@ def main():
326326

327327
# Run on all devices
328328
for device in device_list():
329-
res = app.infer(
330-
request={"model": args.model, "image": image_id, "device": device, "spleen": [[6, 6, 6], [9, 9, 9]]}
331-
)
329+
res = app.infer(request={"model": args.model, "image": image_id, "device": device})
332330
# res = app.infer(
333331
# request={"model": "vertebra_pipeline", "image": image_id, "device": device, "slicer": False}
334332
# )

0 commit comments

Comments
 (0)