Diedre Carmo
Diedre Carmo
Hello! Does this change cause any problems? Is there any reason why its not merged yet?
Same problem. Just created a pull request to fix the links.
The segmentation head expects big images (from datasets like Cityscapes). Check the LRASPP implementation in the paper. I was able to fix this by using AdaptiveAvgPooling instead of AvgPool in...
I was able to fix this by using AdaptiveAvgPooling instead of AvgPool in the LRASPP implementation.
same problem for lua 5.1
> @dscarmo what did you pass in as your output size for the AdaptiveAvgPooling parameter? To get a single value for each channel you need to pass 1
@taigw I have run your method and the results don't look good in my test set without the cropping to the lung region, but I don't have a way to...
@Puzzled-Hui Sorry, I think I didn't express myself clearly. I meant the inputs of the BD and TD functions require the airway skeleton. I am applying these functions to a...
@Puzzled-Hui thanks for the clarification. One last question. I noticed the tree_parse code has a largest connected component computation. Therefore, can I use predictions that are not the largest connected...
I have similar issues when using orthanc with ohif plugin behind an nginx proxy. Things that I found in the web such as changing configs singlepart, acceptheader, datasources in ohif...