-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fuzzy segmentation issue #45
Comments
Hi @thatsvenyouknow1
Then I use monai bundle which wraps this vista3d repo and is much more memory efficient.
and change the
|
Hi @heyufan1995,
With pre-clipping, the the pylidc data is normalized to values between 0 and 1, whereas without clipping, the data is between -0.54 and 1.99. I thought the goal was probably to have something in the range of [0:1]? However, thanks to your example, I have figured out that the actual problem was the affine which appears to be used in the Orientation transform. Thanks again! |
Hey,
I have played around with the Vista3D model as I want to pseudolabel a few CT images from the LIDC dataset for MAISI. Unfortunately, I am encountering a problem where the segmentations look quite fuzzy.
For reproduction:
I am running inference as explained in the README via
export CUDA_VISIBLE_DEVICES=0; python -m scripts.infer --config_file 'configs/infer.yaml' - infer_everything --image_file '<filename>nii.gz'
And this is the minimal code I use to get the LIDC sample:
I have also tried varying the transforms and patch size in the infer.yaml without being able to improve the result by much. I would appreciate if you have any hint as to what might be the problem (e.g. data input format, config settings, ...).
Thanks in advance!
The text was updated successfully, but these errors were encountered: