-
I am trying to load parameters from "SRFBN_x2_BI.pth" to your torch model "SRFBN", but the following error is raised (i have not use your solver):
```
RuntimeError: Error(s) in loading state_dict…
-
I install huamn_body_prior==0.8.5, it's the lastest version. And I meet:
![image](https://github.com/LinZhekai/X-Oscar/assets/132911839/dede9076-d2fe-4565-8ff5-e46f42a603d1)
I check the github: http…
-
Hello,
I found the calculation of the adaptive weight of less-forget constraint different from the description in the paper. Did I misunderstand this part or miss some details?
https://github.com/h…
wonda updated
4 years ago
-
![image](https://user-images.githubusercontent.com/44440355/58063535-3f1ffe80-7bb1-11e9-9af1-9599073ae943.png)
-
Hi Seungjun,
I was wondering when you will be able to release the code or pre-trained model for the CVPR19 paper titled "Recurrent Neural Networks with Intra-Frame Iterations for Video Deblurring"…
-
The RainCityscapes dataset is available for download at the Cityscapes website: https://www.cityscapes-dataset.com/downloads/
xw-hu updated
5 years ago
-
bug information :
Epoch: 0, LR: [0.1]
Train set: 196, Train Loss: 3.4775 Acc: 9.5960
/opt/conda/conda-bld/pytorch_1556653215914/work/aten/src/THCUNN/ClassNLLCriterion.cu:105: void cunn_ClassNL…
-
Hi, I'm trying to run the codebase on Colab and quick start using the demo data using this command:
`!bash scripts/eval.sh`
Then, I met the following issue can you help me to figure out how to re…
-
Executing...
`python3 smplifyx/main.py --config cfg_files/fit_smpl.yaml --data_folder ~/dev/smpl_test_data --output_folder ~/dev/smpl_test_data --visualize="False" --model_folder ~/dev/models/SMPL_…
-
\smplifyx\fit_single_frame.py", line 46, in
from human_body_prior.tools.model_loader import load_vposer
ImportError: cannot import name 'load_vposer' from 'human_body_prior.tools.model_loader' …