冯了个杰

Results 2 issues of 冯了个杰

测试时,当yaml 中USE_GT_BBOX为false时,`lib/dataset/coco.py ` 中 136行 `gt_db = self._load_coco_person_detection_results()`,_load_coco_person_detection_results 函数里只读取了 bbox,没有读取关键点,请问是否是代码bug? ![捕获](https://user-images.githubusercontent.com/13676092/156799621-54b8dc7b-df23-433b-ad72-11ab7da4e95f.PNG)

使用cuda9.2编译成功之后,使用caffe.exe报错:找不到cudart64_90.dll。问:cudart64_90.dll是cuda9.0版本的,使用cuda9.2编译怎么不是链接到cudart64_92.dll?