anzisheng
anzisheng
When I run train.py , I set the frontend is MobileNetV2, and download the mobilenet_v2.ckpt in models folder. But, the below code cannot read the weight from checkpoint. init_fn =...
Hi, woulde you please release the code of Multi-person demo cod?
Hi, I use the XYZ format skeleton to generate pose. But I got a mesh with skew head?  Anyone can tell why the mistake pose?
Hi, when I run Actionsrecognition/train.py, I have a problem at code: `loss = losser(out, lbs)` The ValueError is followed: Using a target size (torch.Size([32, 1])) that is different to the...
Hi, I'm able to run to demo with blender now, but it turns out that the view is locked while the script is running. If there's a way to enable...
when I run the train.py, I meet across an error:“ImportError: cannot import name 'with_torch_seed' from 'fairseq.utils'”。 Anyone can tell me how should I solver it ?
When I run the code : ` resume_fname = resume_dir + '/MultiviewDetector.pth' model.load_state_dict(torch.load(resume_fname, map_location='cuda:0'))` I come across an error: `RuntimeError: Error(s) in loading state_dict for PerspTransDetector: Missing key(s) in state_dict:...
I see the fig.1 of the paper **MVM3Det: A Novel Framework for Multi-view Monocular 3D Object Detection**, and I want to know how to generate the last image in the...
我的代码中,在vs2022中,凡是使用CudaAllocator 的地方都会编译出错:“no instance of constructor "CudaAllocator::CudaAllocator [with T=int]" matches the argument list main” ,不知道是为什么? ”