Hi Viswesh
Here are the error logs:
2022-04-29T08:32:06+00:00 /venv/lib/python3.8/site-packages/skimage/_shared/utils.py:157: UserWarning: Any labeled images will be returned as a boolean array. Did you mean to use a boolean array?
2022-04-29T08:32:06+00:00 return func(args, kwargs)
2022-04-29T08:32:06+00:00 Traceback (most recent call last):
2022-04-29T08:32:06+00:00 File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
2022-04-29T08:32:06+00:00 return _run_code(code, main_globals, None,
2022-04-29T08:32:06+00:00 File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
2022-04-29T08:32:06+00:00 exec(code, run_globals)
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/main.py", line 3, in
2022-04-29T08:32:06+00:00 process()
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/processing.py", line 118, in process
2022-04-29T08:32:06+00:00 tils_score = TILScorer.compute_til()
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/TIL_score.py", line 94, in compute_til
2022-04-29T08:32:06+00:00 processed_tumorbed,processed_tissue = postprocess(self.template,self.spacing,self.allpatch_results[0,:],self.allpatch_results[-1,:])
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/utils/postprocess.py", line 168, in postprocess
2022-04-29T08:32:06+00:00 processed_tissue = postprocess_tissue(template,Tissuebed_calculation)
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/utils/postprocess.py", line 96, in postprocess_tissue
2022-04-29T08:32:06+00:00 Image_filled = apply_filter(filled_pixels,(1/8)np.array([[1,1,1],[1,0,1],[1,1,1]]),tumourbed)
2022-04-29T08:32:06+00:00 File "/venv/lib/python3.8/site-packages/tigeralgorithmexample/utils/postprocess.py", line 75, in apply_filter
2022-04-29T08:32:06+00:00 filter_result = np.sum(np.multiply(img_loc,filter))
2022-04-29T08:32:06+00:00 ValueError: operands could not be broadcast together with shapes (2,3) (3,3)