Jeofu
Jeofu
Hi, I used to create a dataset use SafeDataset from csv file, but failed with the error of ` KeyError:()` Detalis ``` Traceback (most recent call last): File "test.py", line...
AP曲线先升后降
大佬您好,我在训练过程中出现AP先升后降的情况,loss一直在下降,请问这正常吗? 类别:3;数据量:4w;batch_size: 224;epoch:1000  
It seems that the train.txt of STCAR porvided by source code is incorrect, the filename in the train.txt can not map to the source images. such as `013178.jpg `,`013191.jpg`,`013434.jpg` and...
hi, would you mind to provide me the file `pose_body_prior.pkl` for the smal model ? the results I generate now are almost correct except the body pose(limb pose), when the...
the code can work normally when the model type is smplx. and now I try to fit the smpl params instead of the smplx following the smplx moshpp process. at...
Hi, could you give me some advice about how to get the smal parameters with Mosh++ if I have some 3d animation models bought from unity store. (ie:https://assetstore.unity.com/packages/3d/characters/animals/mammals/fully-animated-cats-185493#description) currently, I...
with the readme and #10 ,I have know how to construct a consumer-shop pair. same pairid with same styleid greater than 0. in detail, a clothing item from shop images...
# 平台(如果交叉编译请再附上交叉编译目标平台): 编译平台:mac 目标平台:android # Github版本: 9aef4b6ff4ad297bec728317e7b526ad8544a6e7 # 编译方式: 1.打开根目录下的cmakelist.txt opencl编译选项的开关 ``` # backend options option(MNN_METAL "Enable Metal" OFF) option(MNN_OPENCL "Enable OpenCL" ON) option(MNN_OPENGL "Enable OpenGL" ON) option(MNN_VULKAN "Enable Vulkan"...
Hi, for testing the fitter_3d module, I just put the smal_mean_shape.obj that generated from the smal project in the mesh_dir, and run the script `python fitter_3d/optimise.py --mesh_dir fitter_3d_data/mesh/ --scheme default...
Hi,thank u for your wonderful work and the open source code. do u have the plan to provide the pretrain model?