cfg_file: ./config/CornerNet.json
loading all datasets...
split: minival
loading from cache file: ./cache/coco_minival2014.pkl
No cache file found...
loading annotations into memory...
Done (t=0.48s)
creating index...
index created!
Traceback (most recent call last):
File "/home/ltc/PycharmProjects/CornerNet/test.py", line 129, in
testing_db = datasets[dataset](configs["db"], split)
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 66, in init
self._load_data()
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 75, in _load_data
self._extract_data()
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 112, in _extract_data
for ind, (coco_image_id, image_id) in enumerate(tqdm(zip(coco_image_ids, self._image_ids))):
TypeError: 'module' object is not callable
cfg_file: ./config/CornerNet.json loading all datasets... split: minival loading from cache file: ./cache/coco_minival2014.pkl No cache file found... loading annotations into memory... Done (t=0.48s) creating index... index created! Traceback (most recent call last): File "/home/ltc/PycharmProjects/CornerNet/test.py", line 129, in
testing_db = datasets[dataset](configs["db"], split)
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 66, in init
self._load_data()
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 75, in _load_data
self._extract_data()
File "/home/ltc/PycharmProjects/CornerNet/db/coco.py", line 112, in _extract_data
for ind, (coco_image_id, image_id) in enumerate(tqdm(zip(coco_image_ids, self._image_ids))):
TypeError: 'module' object is not callable
Process finished with exit code 1