Shujian Deng
Shujian Deng
Is there pretrained models for densenet? Thank you!
Is there any official 3D unet code on tensorflow?
thank u~~I've read that before, and I'd like to know an example~ If I have a binary label map, the size of which is [1000, 1000], and I want to...
> In this repository, patch merging is implemented with nn.Unfold, but it is expected to behave differently than the official implementation. > > https://github.com/microsoft/Swin-Transformer/blob/6ded2577413b68cbbd89f08391465788ed73030e/models/swin_transformer.py#L291 > > Is there something I'm...
Hi, I got another question for u~? how do you assign labels for the images handing to stage2 DCR model? (v1) is that exactly same as the standard of stage1?
you should just google this error. You will find out that you just need to downgrade your numpy version @bemoregt
Could u please offer a small subset of these datasets for demo running? Thank you!
Thank you very much! Is there bn/gn parameter in the pretrained 2D model? if so, do we need to ignore it or also load it to the I3D model?
now I can see "full_plus", "full", "medium", "small" splits information of the whole dataset, but can't find the fov information of each image~ where should I get them~ Also, do...
1) According to supplementary materiel, I use depth_zbuffer rather than depth_euclidean as my target depth mask. 2) Then I use the "field_of_view_rads" information to pick the images with larger than...