ls1rius
ls1rius
hello, i have noticed that you are using the config: TRAIN: ("coco_2017_train", "coco_2017_val") TEST: ("coco_2017_test_dev",) but the coco_2017_test_dev (image_info_test-dev2017.json) doesn't have the annotations data, so your predictions mismatch the bbox...
The transformers rep is https://github.com/zphang/transformers/commit/68d640f7c368bcaaaecfc678f11908ebbd3d6176 /// you should git clone this rep https://github.com/zphang/transformers switch your branch to llama_push and git checkout 68d640f , install the transformers /// git clone https://github.com/zphang/transformers.git...