abrilcf / mednerf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The render result were some videos

MLGBXXX opened this issue · comments

Hi Abril Corona-Figueroa,

The render result I got were some videos and they are not clear.
The render procedure was the same as your Github's.

Could you please tell me whether the result is correct?
Or the render result and my procedure are wrong?
Many thanks!

According to your instruction, the render procedure is:

python render_xray_G.py configs/Chest.yaml /
--xray_img_path /content/drive/MyDrive/MedNerF/Chest
--save_dir ./renderings /
--model /content/drive/MyDrive/MedNerF/results/model_best.pt /
--save_every 25 /
--psnr_stop 25

While the img is single picture of your dataset:
chest_xrays all images of the 20 chest instances (.png, res. 128x128).
And the model is your trained model of Github.

generated_0899_rgb.mp4
generated_0774_rgb.mp4

Could I get clearer picture (the same as your paper) after rendering?

cannot import name 'searchsorted' from 'torchsearchsorted' (unknown location)
,这个问题咋解决

嗨,阿布里尔·科罗纳-菲格罗亚,

我得到的渲染结果是一些视频,它们不清楚。渲染过程与 Github 相同。

你能告诉我结果是否正确吗?还是渲染结果和我的程序错误?非常感谢!

根据您的说明,渲染过程为:

python render_xray_G.py configs/Chest.yaml / --xray_img_path /content/drive/MyDrive/MedNerF/Chest --save_dir ./renderings / --model /content/drive/MyDrive/MedNerF/results/model_best.pt / --save_every 25 / --psnr_stop 25

虽然 img 是数据集的单张图片:chest_xrays 20 个胸部实例的所有图像(.png,分辨率 128x128)。该模型是经过训练的 Github 模型。

generated_0899_rgb.mp4
generated_0774_rgb.mp4
渲染后我可以得到更清晰的图片(与您的论文相同)吗?

Hello, how was the third line of the visualization results in the paper implemented? What did you do with the unclear video generated by the code?