YellowLight021

Results 7 issues of YellowLight021

[论文复现赛] +nnformer 添加验证精度指标:在ACDC的测试集的测试效果如下表,达到验收指标,dice-Score=0.9178 满足精度要求 0.9188 TIPC运行结果: ![832c081a7a52a5776858b4bd84ce3af](https://user-images.githubusercontent.com/45915150/183325148-fd6daf5d-438e-423c-a4f1-9e86a8a27747.png) 运行时间的截图: ![4ecd8a8269b4bad0bf8e879d36e3746](https://user-images.githubusercontent.com/45915150/183325027-eb15c9dc-496d-4121-bed7-ed4839b17fae.png)

[论文复现赛] +nnformer 添加验证精度指标:在ACDC的测试集的测试效果如下表,达到验收指标,dice-Score=0.9178 满足精度要求 0.9188 TIPC运行结果: ![832c081a7a52a5776858b4bd84ce3af](https://user-images.githubusercontent.com/45915150/183325148-fd6daf5d-438e-423c-a4f1-9e86a8a27747.png) 运行时间的截图: ![4ecd8a8269b4bad0bf8e879d36e3746](https://user-images.githubusercontent.com/45915150/183325027-eb15c9dc-496d-4121-bed7-ed4839b17fae.png)

[论文复现赛] +transUnet 添加验证精度指标:在synapse的测试集的测试效果如下表,达到验收指标,dice-Score=0.7748 满足精度要求 0.7801 TIPC运行果 ![prepare_tipc](https://user-images.githubusercontent.com/45915150/186302514-94ae4a8f-faee-4899-be9f-accfc93f6462.png) 运行时截图 ![tipc_run5](https://user-images.githubusercontent.com/45915150/186302586-d432bb7f-e4d5-4a71-b40c-2df66c522618.png)

nnunet added

this task seems like a 3D detecton problem,but in baseline looks like you use a 2d detection to detect all slices in one image. What about use 3D detection function...

File "E:\myreading\trick\face-detection-tflite\demo.py", line 1, in from fdlite import FaceDetection, FaceDetectionModel File "E:\myreading\trick\face-detection-tflite\fdlite\__init__.py", line 5, in from .face_detection import FaceDetection, FaceDetectionModel # noqa:F401 File "E:\myreading\trick\face-detection-tflite\fdlite\face_detection.py", line 21, in import tensorflow as...