-
Hello, in your code you have a few lines which say that the orientation is not the same in the test data and in the train data. Is that also the case in the test data you released 'test_ct_image&label…
-
Got the Exhausted Resource error.
Input image resolution is 4096* 2160
```
augmentation_config {
preprocessing {
output_image_width: 4096
output_image_height: 2160
min_bbox_w…
-
**System information**
standard tesorflow docker, tensorflow/tensorflow:2.1.0-py3-jupyter
v2.1.0-rc2-17-ge5bf8de 2.1.0
**Describe the current behavior**
![elephant](https://user-images.githubuse…
-
Hi @gengshan-y ,
Thank you for your great work. I just have a question. Have you tested the compatibility of your implementation with PWC-Net?
SwagJ updated
3 years ago
-
hello, i want to know what is the difference between the MultiThreadedAugmenter in nnUNet and new_workers in pytorch Dataloader?
![image](https://user-images.githubusercontent.com/33515709/101713560-…
-
Need to extend test_augmentor to also support 2D models.
- data/augmentation/test_augmentor.py: add an attribute for the TestAugmentor object for 2D or 3D model
- engine/trainer.py: specify whether …
-
Hi,
I just realized that links to source code are broken in the docs.
Best!
-
Thanks for the excellent work!
I was wondering how you perform dataset preprocessing on the 3D hand joints, the paper says "Rescaling all 3D keypoint annotations to be compatible with our hand mode…
-
This ticket is to track issues that are not yet planned but considered as future candidate items. To review or follow active undergoing efforts, please refer to the following plans:
**[v2.3-monthl…
-
Hi,
Thank you for the great work and I am trying to use your code in 3D patches. I separately input two paired datasets, which contain the domain difference and didn't use the data augmentation. I …