issues
search
dyollb
/
segmantic
Semantic segmentation and image-to-image translation based on AI
https://dyollb.github.io/segmantic/
MIT License
1
stars
3
forks
source link
✨Nd cyclegan
#21
Open
dyollb
opened
2 years ago
dyollb
commented
2 years ago
What do these changes do?
This MR adds
Nd (2 and 3) PatchGAN and ResnetGenerator (based on CycleGAN)
reflection padding factory (which is missing ATM in monai)
python implementation
3D reflection pad
(obsolete in torch master)
uses
torchcheck
to check if networks have any typical bugs (dangling layers)
What do these changes do?
This MR adds