You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to integrate my own two-dimensional segmentation model and found that the console logs were able to correctly segment, but the front page still couldn't display any segmentation results.
Therefore, I think something may be wrong with my integrate way.
So, I assigned a segmentation result directly on your initial code, which means the input CT data doesn't go through the model, but the front page still can't display the result. I would like to know why this is happening and if there are any steps that haven't been set up properly.
Here are some debug log for reference:
1.result assignment:
2.the back-end log:
3.the front-end page:
Hi,



I tried to integrate my own two-dimensional segmentation model and found that the console logs were able to correctly segment, but the front page still couldn't display any segmentation results.
Therefore, I think something may be wrong with my integrate way.
So, I assigned a segmentation result directly on your initial code, which means the input CT data doesn't go through the model, but the front page still can't display the result. I would like to know why this is happening and if there are any steps that haven't been set up properly.
Here are some debug log for reference:
1.result assignment:
2.the back-end log:
3.the front-end page: