luyao777 / HBP-pytorch

Hierarchical Bilinear Pooling for Fine-Grained Visual Recognition reimplement in Pytorch.
GNU General Public License v3.0
102 stars 16 forks source link

File "/torch_yolov4/HBP-pytorch/cub200.py", line 89, in __init__ #8

Closed KelvinHuang666 closed 4 years ago

KelvinHuang666 commented 4 years ago
os.path.join(self._root, 'processed/test.pkl'), 'rb'),encoding='iso-8859-1')

_pickle.UnpicklingError: pickle data was truncated how can i solve it???thanks

luyao777 commented 4 years ago

Can you provide more details of the error? Maybe u need to download the dataset from official website.

luyao777 commented 4 years ago

Closed due to no response.