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:
The text was updated successfully, but these errors were encountered:
Hi,
After "yarn install", I start the front-end in the following way: yarn run dev:orthanc
Is there a problem with starting in this way? Because I found that this way is different from the startup method "yarn start" in your README
Nah, the problem isn't with the front end; it's probably your data. I have the same issue with some data, and I don't yet know what causes it. It could be a history of DICOM tags. (Personally i use yarn start for the developpement and it works)
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:
The text was updated successfully, but these errors were encountered: