xiaosi

Results 164 comments of xiaosi

> I meet the same problem. And my sys info is : Win 10 VS 2019 CUDA 11.3 i have same error,can you help me

> `:`anonymous-namespace'::ShapeNodeRemover::analyzeShapes::1237] Error Code 4: Internal Error (downsample_ratio: network input that is s May I ask whether float data is supported? I tested TensorRT 8.5.2.2 and this problem still occurs....

> Hello @zhanghongyong123456 , we added float shape tensor support in 8.5 except: > > * plugin > * network I/O > > We need extra API changes to support...

> @zhanghongyong123456 could you use int32 shape tensor? I'm not sure what I should do, maybe converting onnx has to be FP32 or something else https://github.com/PeterL1n/RobustVideoMatting/blob/master/documentation/inference.md#onnx ![image](https://user-images.githubusercontent.com/48466610/209604304-866dbfef-76ab-46bb-a43a-f6201d039a84.png)

> > @zhanghongyong123456 could you use int32 shape tensor? > > I'm not sure what I should do, maybe converting onnx has to be FP32 or something else https://github.com/PeterL1n/RobustVideoMatting/blob/master/documentation/inference.md#onnx ![image](https://user-images.githubusercontent.com/48466610/209604304-866dbfef-76ab-46bb-a43a-f6201d039a84.png)...

> Here error log when i run command pip install --upgrade simple-romp > > `$ pip install --upgrade simple-romp Collecting simple-romp Using cached simple_romp-1.0.5.tar.gz (110 kB) Preparing metadata (setup.py): started...

> I guess it has something to do with your version of python. Can you provide more details? This includes python versions, pip versions, installed dependencies, etc. > > The...

> I guess it has something to do with your version of python. Can you provide more details? This includes python versions, pip versions, installed dependencies, etc. > > The...

不使用blender 自带 python 环境,采用 anconda 创建的虚拟环境替代: 1. 找到 blender 自带python 环境 路径(默认:C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\bin),查看 python 版本(3.10.8); 2. 在anconda下创建新的虚拟环境: conda create -n blender3.4 python=3.10.8 (这里python 版本最好和 上面查看的版本名一致,其实不一致也是可以的)。 3. 修改 blender自带...

> > > 我想这与您的python版本有关。你能提供更多细节吗?这里包括python版本,pip版本,安装的依赖等 > > > ,这里的报错信息是无法安装lap,我建议还是用报错信息谷歌比较好。 > > > > > > 是的,的确是lap安装错误,我blender 2.9 python 3.7 安装错误,换成 blender 3.4 python 3.10 还是报错 ,我后来在anaconda 下安装同样版本的python,然后安装lap,之后将lap库拷贝到 blender 3.4 python的site-packages下, pip...