Connor Bowley

Results 10 comments of Connor Bowley

I have opened a PR into VTK that may fix this issue. I was running into similar decimation output on a different application. It seemed that when using Visual Studio...

Yes I will take a look at your extension.

I have added some issues into your extensions git repo that should probably be addressed before merging this. * https://github.com/mturja-vf-ic-bd/SlicerDeepLearningUI/issues/1 * https://github.com/mturja-vf-ic-bd/SlicerDeepLearningUI/issues/2 * https://github.com/mturja-vf-ic-bd/SlicerDeepLearningUI/issues/3 * https://github.com/mturja-vf-ic-bd/SlicerDeepLearningUI/issues/4

@mturja-vf-ic-bd The extension is looking good. There are a few checkbox items you still need to address (e.g. the license)

The icon URL is incorrect. It should be https://raw.githubusercontent.com/mturja-vf-ic-bd/SlicerDeepLearningUI/main/DeepLearningUI.png

Similarly the screenshot URL should be https://raw.githubusercontent.com/mturja-vf-ic-bd/SlicerDeepLearningUI/main/screenshot.png One way to get the URL on Chrome is to go to the file in github, right-click on the image, and do "Open...

I am not going to be able to get this done in time.

The new pipeline creator is a good candidate for this. The (unmerged) [new pipeline creator](https://github.com/allemangD/SlicerPipelines/pull/1) plus the work in [this commit](https://github.com/KitwareMedical/SlicerSkeletalRepresentation/commit/60312db23d0272c6e51faaeeeeb64e1322879339) can make a module that does initial-fit + refinement....

> Maybe we could use a special syntax for object names in the .ui file A downside to this is limiting names we are allowed to use (for instance in...

I am working on adding support for the parameter node wrapper to integrate with a set of widget types. Current list of widgets I am planning to support: - QCheckBox...