zhuzhu

Results 12 comments of zhuzhu

Have you implemented the dolly zoom effect? how did you do it?

> > > > > I am also interested in evaluating the model on posetrack data. > > > > > > > > > @nikhilaravi > > > Actually...

you can find the "splatting" module here: https://github.com/hperrot/splatting

> line [here](https://github.com/Sampson-Lee/myDRGAN/blob/f55f61de884b90543117a0768a2e04c9182cec4d/run/train_single_DRGAN.py#L87) I think it should be: > > ```python > batch_pose_code = torch.FloatTensor(batch_pose_code.tolist()) > ``` I find it should be so. Is it a bug?

[see here](https://github.com/uvipen/Super-mario-bros-PPO-pytorch/issues/9)

I think it should be as you

> 我也出现了同样的问题,怎么解决 我发现是pytorch模型在转换成ONNX时将部分Constant算子折叠了,导致在ONNX转成tnnmodel时常量算子丢失,缺失了部分算子,无法推理

> Follow steps from https://github.com/xinntao/Real-ESRGAN#installation 并不想直接安装这个库,想在服务器直接跑