Zeming Zhao

Results 3 issues of Zeming Zhao

ResNet( (conv1): Conv2d(3, 64, kernel_size=(7, 7), stride=(2, 2), padding=(3, 3), bias=False) (bn1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True) (relu): ReLU(inplace=True) (maxpool): MaxPool2d(kernel_size=3, stride=2, padding=1, dilation=1, ceil_mode=False) (layer1): Sequential( (0): Bottleneck( (conv1):...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 你好,如果我使用nnunet只想进行肺结节推理的话,我看需要一个flag是plan_path,这个pkl文件应该在哪下载或者生成,还是说直接忽略这个flag就好?权重文件我已经下好了。

question

if I already had the probe pose and coresponding 2D US sequence, and I only want to reconstruct 3d ultrasound like the following figure. ![image](https://github.com/jhacsonmeza/StructuredLight_3DfreehandUS/assets/32921181/59510f01-9cdb-4d5b-b657-dccaa2f0a5fe) What should I do next...