ROMP
ROMP copied to clipboard
Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
你好,有批处理视频的文件吗
你好,怎么解决这个问题?
I tried to test the dataset loading process as described in https://github.com/Arthur151/ROMP/blob/master/docs/dataset.md `python -m romp.lib.dataset.lsp` It raised an error as below: `visualizer = Visualizer(resolution = (512,512,3), result_img_dir=save_dir,with_renderer=True) TypeError: __init__() got...
运行模型问题
作者您好,我在运行您的模型时,输出mesh等功能正常,但是输出center_conf时会报错,请问这是否和图片格式有关?我可以怎样调整去解决? 具体报错如下: (base) wangyang@wangyangdeMacBook-Pro ~ % romp --mode=image --calc_smpl --render_mesh --input=/Users/wangyang/Downloads/3323.JPG --save_path=/Users/wangyang/Downloads/893.JPG --show_items=center_conf Using ROMP v1 /Users/wangyang/opt/anaconda3/lib/python3.8/site-packages/romp/post_parser.py:34: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version...
我认为该参数是方便服务器启用sever调用本地摄像头,该参数需要使用https://github.com/Arthur151/ROMP/blob/v1.1/src/lib/utils/remote_server_utils.py 文件,该文件内 run_server(server_host, server_port) # first, run this function only in server # run_client(server_host, server_port) # then, run this function only in client,请问在客户端是直接单独运行该.py文件吗?显示有错误,该函数找不到
Hello, I am using coco dataset to train, after 19 epochs of training I get this error
data
How to get this .npy file, only find the .JSON file in the dataset. Is this automatically generated based on the code?
作者您好,我尝试用center crop的图像作为训练的输入。我改动了如下内容: 1)Image_base中get_item_single_frame,对目标中心做center crop。 2)all_person_detected_mask,所有sample都是true 3)max_person为1,multi_person为false 4)训练集h36m,mpiinf,mpii,lsp,crowdpose,pw3d 用pretrained model finetune loss中MPJPE和PAMPJPE基本不降(维持在200左右),训练图片可视化中,能看到mpiinf预测结果越来越差,训练几个epoch后这个数据集的结果就完全不对了,但其他数据集看上去没什么问题。 然后,我将mpiinf数据集去掉训练,loss和可视化结果看上去都正常。 整图训练,用mpiinf,MPJPE和PAMPJPE是在下降的,但是crop图时,只有这个数据集降不下来,您知道原因不?
训练自己的数据集
请问如果我自己的数据集中并不是按照SMPL的24个关键点,比如我有26个关节,与SMPL中的24个不同,可以用您的方法生成最后的旋转参数poses吗