Results 8 issues of WillTung

你好,我们使用4个摄像头进行标定并测试MVPM时遇到下面的问题,请问要怎么解决呢?看见代码注释 “# 注意:这里的相机参数一定要用定义的,不然只用一部分相机的时候会出错”,这个是什么意思?我们现在使用的摄像头型号都一样所以只用了一个摄像头拍摄视频获取相机参数。谢谢 ~ ` Traceback (most recent call last): File "apps/demo/mvmp.py", line 72, in dataset = MVMPMF(args.path, cams=args.sub, annot_root=args.annot, File "/media/tonglingwei/B4FAE28F099DE17A/Project/EasyMocap/easymocap/dataset/mvmpmf.py", line 18, in __init__ super().__init__(root, cams, out, config,...

I want to do not resize and set resize_h and resize_w as None, but got the error: ValueError: (InvalidArgument) The 'shape' in Reshape0p is invalid.The input tensor X'size must be...

I want to test the 'tex2img.py', but has this Error; anyone know how to fix this? thanks~ using TATIAN RTX 24G, pytorch 1.7.0, torchvision 0.8.1, cudatoolkit 11.0.3. (Forgive me, I...

你好,我使用YoloX官方的ONNX模型转成NCNN的文件,生成的param和bin文件大小完全一致,对比parame里面的内容也完全一致,替换后APP正常运行但是没有进行检测。请问这是什么问题呢? 非常感谢~

C++运行时出现检测目标为NULL然后闪退的问题,对比文件发现每层的blob名字跟官方给的模型都不一样,请问这是什么原因? 谢谢~ ![nanodet_ncnn](https://user-images.githubusercontent.com/48502095/196883905-1334596e-0b9d-4c18-9d80-50686410c683.png)

你好,我按照install_guide-zh.md安装环境并验证安装后(使用的是cuda11.7),根据process_target_person_video-zh.md文件运行CUDA_VISIBLE_DEVICES=0 data_gen/nerf/process_data.sh $VIDEO_ID时出现这个错误,似乎是由transformers引起的,尝试更换版本并没有用。 ![geneface_error](https://github.com/yerfor/GeneFace/assets/48502095/24ff6667-30a4-46b1-ae26-bb5e75f07ab0) 最后运行结束会出现FileNotFoundError: [Error 2 ] No such file or directory: 'data/processed/videos/May/vid_coeff.npy'错误,请问该如何解决呢? 谢谢~

你好,我使用3080的显卡在pytorch版本直接使用摄像头输入FPS大约在50-60这样,但是按照您的步骤生成TRT并推理FPS只有不到10;单张图片测试的one img infer time在130~140ms这样,按道理trt不应该是更快吗?这是我第一次使用trt或许有其他地方出错了? 非常感谢