Miz
Results
2
issues of
Miz
I finetuned the base model on the rvlcdip dataset as below. !python train.py \ --config config/train_rvlcdip.yaml \ --pretrained_model_name_or_path "naver-clova-ix/donut-base" \ --dataset_name_or_paths '["dataset/rvlcdip"]' \ --exp_version "test_rvlcdip" And using the trained model...
Human pose dependencies are not installed, hence poses will not be visualized. To visualize them (optional), you can do the following: 1) Install via `pip install timm yacs smplx pyrender...