-
When I put my photo trained pkl file in DINAR, it reports:
RuntimeError: The size of tensor a (134) must match the size of tensor b (165) at non-singleton dimension 1.
If I change my pkl to random o…
-
I'm trying to run the following command
```
python smplifyx/main.py --config cfg_files/fit_smplx.yaml \
--data_folder /content/data \
--output_folder /content/data/smplifyx_results \
…
-
(at least) CVPR18 & 19's total accepted numbers are incorrect?
CVPR18: 70 + 244 + 685 = 999
CVPR19: posters alone is 1300.
-
My concrete question is:
**Is it an appropriate setting that uses all training data from previous tasks to calculate the accuracy of the current incremental model?**
As shown in `lines 497` and `5…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and found no similar bug report.
### HUB Component
Training
### Bug
. Login to project
…
-
Hi, I met some questions about the CrossTask evaluation and beg your help.
https://github.com/brian7685/Multimodal-Clustering-Network/blob/808948b4007c47de82bb8e371277130e5b901cad/cvpr19_dataloader…
-
Click to expand!
### Issue Type
Build/Install
### Source
source
### Tensorflow Version
2.9.1
### Custom Code
No
### OS Platform and Distribution
Ubuntu 20
### Mobile device
_No response…
-
Hi @MrtnMndt,
Thanks for this work!
I wanted to know the window size and stride used to obtain the semantic segmentation results as shown in the poster https://github.com/MrtnMndt/meta-learning-CO…
-
```
python smplifyx/main.py --config cfg_files/fit_smplx.yaml --data_folder ./data
--output_folder ./output --visualize False --model_folder ../smplx/models
--vposer_ckpt ./vposer --part_segm_fn …
-
Hi,
In the file fit_single_frame.py the code wants to import load_vposer from human_body_prior.tools.model_loader
However, there does not seem to be a load_vposer() function in human_body_prior…