Guangfa Wang
Guangfa Wang
Open source code seems to be problematic, e.g. : x1 = self.block(x_down3) x2 = self.block(x1) x3 = self.block(x2) x4 = self.block(x3) x5 = self.block(x4) x6 = self.block(x5) Does this mean...
The detail picture is comment in your Bokeyuan. by the way, I didnt change your code.
model.py中有这样一行代码,from models.edsr_model import MeanShift,但是models文件夹中只有model.py和DCN.py,代码没有放完整吗
多图推理问题
我用了U2Net,按照README里面的命令 ./app_u2net --model=../../data/u2net/u2net.trt --size=320 --batch_size=1 --img=../../data/sailboat3.jpg --show --savePath 但这样只能推理一张图,把batch_size=8之后,应该怎么输入图像路径呢?
I used both iterative and FDK methods for reconstruction. The iterative method performs somewhat better than FDK. Is this because, in my actual geometry, the detector and the source are...