jrender
jrender copied to clipboard
Jrender is an efficient differentiable rendering library implemented in jittor.
E:\Game_Dev\jrender>python demo5-optim_metallic_textures.py [i 0811 16:45:08.444000 40 compiler.py:955] Jittor(1.3.5.4) src: c:\users\saintzhao\appdata\local\programs\python\python310\lib\site-packages\jittor [i 0811 16:45:08.512000 40 compiler.py:956] cl at C:\Users\saintzhao\.cache\jittor\msvc\VC\_\_\_\_\_\bin\cl.exe(19.29.30133) [i 0811 16:45:08.513000 40 compiler.py:957] cache_path: C:\Users\saintzhao\.cache\jittor\jt1.3.5\cl\py3.10.6\Windows-10-10.xcc\IntelRCoreTMi7xff\default [i 0811 16:45:08.611000 40 install_cuda.py:88]...
Traceback (most recent call last): File "E:\Game_Dev\jrender\demo2-deform.py", line 107, in main() File "E:\Game_Dev\jrender\demo2-deform.py", line 63, in main model = Model(args.template_mesh) File "E:\Game_Dev\jrender\demo2-deform.py", line 22, in __init__ self.template_mesh = jr.Mesh.from_obj(template_path, dr_type='n3mr')...
Caught segfault at address 0, thread_name: '', flush log... [i 0622 16:16:54.348247 64 tracer.cc:149] stack trace for pid= 475875 [New LWP 477059] [New LWP 477063] [New LWP 477064] [New LWP...
您好,在准备Jittor比赛的过程中,运行官方代码 https://github.com/Jittor/jrender 出错,我的环境是windows11,已经按照官网 https://cg.cs.tsinghua.edu.cn/jittor/download/ 的步骤安装好,运行以下测试命令均无出错: ``` python -m jittor.test.test_core python -m jittor.test.test_example python -m jittor.test.test_cudnn_op ``` 我的conda环境如下: ``` (jittor) PS D:\Dreams\NKU\JGAN\competition\jrender> conda list # packages in environment at D:\Softwares\Anaconda3\envs\jittor: #...
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() 请问这是什么意思
你好,我想请问一下,'source.npy', 'camera.npy',这里面分别表示什么含义呢?是120个渲染图对应相机三维坐标吗?
I train demo7-nerf.py in one GPU (3080ti), but only got 2.5 iterations per second. But this repo claims that jittor i s able to achieve 10+ its/s. I‘m wondering if...
hyper-mac:jrender hypergroups$ python3 demo2-deform.py [i 1106 04:38:15.253223 00 compiler.py:941] Jittor(1.3.1.16) src: /Users/hypergroups/Program/anaconda3/lib/python3.8/site-packages/jittor [i 1106 04:38:15.297410 00 compiler.py:942] g++ at /usr/bin/g++(12.0.5) [i 1106 04:38:15.297549 00 compiler.py:943] cache_path: /Users/hypergroups/.cache/jittor/jt1.3.1/g++12.0.5/py3.8.8/macOS-10.16-x8x23/IntelRCoreTMi7x0d/default [i 1106 04:38:15.667894...
你好, 我在运行`python demo1-render.py`demo程序时,发生了错误,请帮忙看一下什么问题,谢谢! 系统OS: Ubuntu 20.04 ``` [i 0629 19:45:17.121211 96 compiler.py:869] Jittor(1.2.3.47) src: /home/jake/anaconda3/envs/jittor/lib/python3.7/site-packages/jittor [i 0629 19:45:17.123470 96 compiler.py:870] g++ at /usr/bin/g++(7.5.0) [i 0629 19:45:17.123553 96 compiler.py:871] cache_path: /home/jake/.cache/jittor/default/g++...