"old hickle version" error
See original GitHub issueHi! When running kitty_evaluate.py, I get this error:
File "kitti_evaluate.py", line 50, in <module>
test_generator = SequenceGenerator(test_file, test_sources, nt, sequence_start_mode='unique', data_format=data_format)
File "...\prednet\data_utils.py", line 12, in __init__
self.X = hkl.load(data_file) # X will be like (n_images, nb_cols, nb_rows, nb_channels)
File "...\virtual_envs\prednet_venv\lib\site-packages\hickle\hickle.py", line 523, in load
raise RuntimeError("Cannot open file. This file was likely"
RuntimeError: Cannot open file. This file was likely created with Python 2 and an old hickle version.
I am using Python 3.6 because the readme said that version was supported. I’m going to try with 2.7 but I’m reporting this error in case you want to look into it
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:10
Top Results From Across the Web
loading hickle file(comes from python2) in python 3
This file was likely" RuntimeError: Cannot open file. This file was likely created with Python 2 and an old hickle version.
Read more >hickle - PyPI
Hickle. Hickle is an HDF5 based clone of pickle , with a twist: instead of serializing to a pickle file, Hickle dumps to...
Read more >pickle, hickle and HDF5 - shocksolution.com
The goal of “hickle” is to create a module that works like Python's pickle module but stores its data in the HDF5 binary...
Read more >Hickle: A HDF5-based Python Pickle Replacement - Morioh
Hickle is an HDF5 based clone of pickle , with a twist: instead of serializing to a pickle file, Hickle dumps to an...
Read more >Memorial placed to honor, remember Girl Scouts and mother
LAKE HALLIE — Judy Schneider lost her 32-year-old daughter, Sara Jo Schneider, and her 10-year-old granddaughter, Haylee Hickle, four years ago today.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hkl files now available here: https://figshare.com/articles/KITTI_hkl_files/7985684 For other bugs, please make sure it’s really a bug and then open another issue ticket.
@kimna4 consider this a temporary solution, as I don’t know of a stable alternative to store it: https://drive.google.com/open?id=1KVXw6geQTw2IRTACG4MlwC8EA8OC1d-m