Skip to content

Commit

Permalink
working pipeline with ColonSegNet_brightcontr.onnx but maybe more fra…
Browse files Browse the repository at this point in the history
…mes are required for test video #18
  • Loading branch information
mxochicale committed Nov 10, 2023
1 parent 9b7789b commit f91306f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ def __init__(self, data, source="replayer"):
self.sample_data_path = data

self.model_path_map = {
"ultrasound_seg": os.path.join(self.sample_data_path, "ColonSegNet-07112023-2359.onnx"),
#"ultrasound_seg": os.path.join(self.sample_data_path, "ColonSegNet-07112023-2359.onnx"),
#"ultrasound_seg": os.path.join(self.sample_data_path, "colon.onnx"),
"ultrasound_seg": os.path.join(self.sample_data_path, "ColonSegNet_brightcontr.onnx"),
}

def compose(self):
Expand Down

0 comments on commit f91306f

Please sign in to comment.