-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
Hi, thanks your excellent work and nice code style.
I notice the cam_eval_thres are set to 0.21, is there some reason to set this value?
And I notice the other repos will traversal the threshold…
-
Thank you for meticulously maintaining this repository!
Could you add our recent work on unsupervised domain adaptation (UDA), semi-supervised domain adaptation (SSDA), and weakly-supervised domain…
-
### Describe the issue linked to the documentation
Many legitimate notebook style examples have been broken, and specifically by the following PR
https://github.com/scikit-learn/scikit-learn/pull/…
-
Thanks for sharing your great code!.
I was trying to train your semi-supervised model on a custom data. yet I always get ``unsup_loss_rpn_bbox: 0.0000``, `unsup_loss_bbox:` `0.0000` even after a long…
-
The model is currently based on the [pix2pix](https://phillipi.github.io/pix2pix/) model.
One optional extension is to use separate channels per annotation (configured in `color_map.conf`).
Howeve…
-
Hello, I am new to medical AI. I downloaded the source code you published and the data set you used(COVID-SemiSeg Dataset) and followed your steps to try, but the model I trained, the train_dice is cl…
-
Hi, thanks for the awesome survey & repo!
We believe a related semi-supervised video object segmentation work RPCM (AAAI2022, paper: https://arxiv.org/abs/2112.02853, code: https://github.com/Jerry…
-
Hello,
I just noticed that the paper you added recently "Shape-aware Multi-task Learning for Semi-supervised 3D Medical Image Segmentation" was the one that appeared one year ago. I am wondering w…
-
I installed all the moudels, but the model still has the problem that models are not defined. I have tried many methods. When I input from torchvision import models, the problem is solved, but this pr…