erlikn / stixelnet

StixelNet implementation in Tensorflow
9 stars 4 forks source link

Stixelnet working? #1

Open reedkotler opened 5 years ago

reedkotler commented 5 years ago

Hi, I've been unable to get this to work. I get the following error:

$ python test_main.py Traceback (most recent call last): File "test_main.py", line 41, in import Data_IO.data_output as data_output File "/Users/reedkotler/Documents/wave/tensorflow-estimator/models/stixelnet/Data_IO/data_output.py", line 23, in import Data_IO.kitti_shared as kitti File "/Users/reedkotler/Documents/wave/tensorflow-estimator/models/stixelnet/Data_IO/kitti_shared.py", line 20, in import Data_IO.kitti_shared_ext_clsf_range as ext_clsf_range ModuleNotFoundError: No module named 'Data_IO.kitti_shared_ext_clsf_range' (tensorflow) Reeds-iMac:stixelnet reedkotler$

thanks.

erlikn commented 5 years ago

Oh, this is an old version of the project. We have moved the updated versions to a private repository as it is an ongoing research project. Once published the code will be released here. Thank you.

dannyway03 commented 5 years ago

Hi, thanks for sharing! While I look forward to the next releases, would it be possible to get all the required source files to run this repo (it seems some are missing from the repo)? that would be indeed very nice :) thanks!