Jittor / jrender

Jrender is an efficient differentiable rendering library implemented in jittor.
315 stars 31 forks source link

demo2里面的输入参数 #4

Open Mr-Kyrie opened 3 years ago

Mr-Kyrie commented 3 years ago

你好,我想请问一下,'source.npy', 'camera.npy',这里面分别表示什么含义呢?是120个渲染图对应相机三维坐标吗?

CaoJupeng commented 2 years ago

image image = rgb.numpy()[0].transpose((1, 2, 0))

RuntimeError: Wrong inputs arguments, Please refer to examples(help(jt.numpy)).

Types of your inputs are: self = Var, args = (),

The function declarations are: ArrayArgs fetch_sync() 请问这是什么意思