Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation result display #3

Open
zedyasuotalong opened this issue Aug 6, 2024 · 3 comments
Open

Segmentation result display #3

zedyasuotalong opened this issue Aug 6, 2024 · 3 comments

Comments

@zedyasuotalong
Copy link

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:
8fd3cbf5dce66e1d05698732f4f3dfe
2.the back-end log:
043984991645ec91b7146304dd2b08e
3.the front-end page:
image

@VendenIX
Copy link
Owner

VendenIX commented Aug 6, 2024

Hi, your mock code work for me (tested on the branch deploiementWindows)
Screenshot 2024-08-06 111036

This is strange, your back-end logs are good.

@zedyasuotalong
Copy link
Author

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

Looking forward to your reply, thank you

@VendenIX
Copy link
Owner

VendenIX commented Aug 6, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants