KittiSeg icon indicating copy to clipboard operation
KittiSeg copied to clipboard

I had two errors after 'git submodule update --init --recursive'

Open Llcm opened this issue 8 years ago • 4 comments

i had two errors after ''git submodule update --init --recursive'',

2017-07-07 19:02:03,842 ERROR Could not import the submodules. 2017-07-07 19:02:03,842 ERROR Please execute:'git submodule update --init --recursive'

i don't understand these problems because i had executed 'git submodule update --init --recursive',but it still give me two errors.

hope someone give me answers. thanks!

Llcm avatar Jul 07 '17 11:07 Llcm

@Llcm did you solved the problem? I am facing the same problem in windows I executed 'git submodule update --init --recursive' too and I ran the .bat file mentioned in https://github.com/MarvinTeichmann/KittiSeg/issues/17 but still having problems. I manually created the folders and them other errors came out

fastlater avatar Sep 06 '17 03:09 fastlater

if you face the problem using the linux but not windows, you can try git clone https://github.com/MarvinTeichmann/KittiSeg.git instead of downloading the ZIP

Haoyan-Guan avatar Sep 18 '17 02:09 Haoyan-Guan

Did you solved this problem? I used below as .bat in windows del %~dp0\incl\evaluation del %~dp0\incl\seg_utils del %~dp0\incl\tensorflow_fcn del %~dp0\incl\tensorvision mklink /D %~dp0\incl\evaluation %~dp0\submodules\evaluation mklink /D %~dp0\incl\seg_utils %~dp0\submodules\evaluation\kitti_devkit mklink /D %~dp0\incl\tensorflow_fcn %~dp0\submodules\tensorflow-fcn mklink /D %~dp0\incl\tensorvision %~dp0\submodules\TensorVision\tensorvision echo ok pause

however when i python train.py , i met the same problem

2018-10-08 13:43:46,036 INFO No environment variable 'TV_PLUGIN_DIR' found. Set to 'C:\Users\louxy126/tv-plugins'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_SHOW' found. Set to '50'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_EVAL' found. Set to '250'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_WRITE' found. Set to '1000'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_MAX_KEEP' found. Set to '10'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_STR' found. Set to 'Step {step}/{total_steps}: loss = {loss_value:.2f}; lr = {lr_value:.2e}; {sec_per_batch:.3f} sec (per Batch); {examples_per_sec:.1f} imgs/sec'. 2018-10-08 13:43:46,039 ERROR Could not import the submodules. 2018-10-08 13:43:46,039 ERROR Please execute:'git submodule update --init --recursive'

yuyijie1995 avatar Oct 08 '18 05:10 yuyijie1995

Did you solved this problem? I used below as .bat in windows del %~dp0\incl\evaluation del %~dp0\incl\seg_utils del %~dp0\incl\tensorflow_fcn del %~dp0\incl\tensorvision mklink /D %~dp0\incl\evaluation %~dp0\submodules\evaluation mklink /D %~dp0\incl\seg_utils %~dp0\submodules\evaluation\kitti_devkit mklink /D %~dp0\incl\tensorflow_fcn %~dp0\submodules\tensorflow-fcn mklink /D %~dp0\incl\tensorvision %~dp0\submodules\TensorVision\tensorvision echo ok pause

however when i python train.py , i met the same problem

2018-10-08 13:43:46,036 INFO No environment variable 'TV_PLUGIN_DIR' found. Set to 'C:\Users\louxy126/tv-plugins'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_SHOW' found. Set to '50'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_EVAL' found. Set to '250'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_WRITE' found. Set to '1000'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_MAX_KEEP' found. Set to '10'. 2018-10-08 13:43:46,036 INFO No environment variable 'TV_STEP_STR' found. Set to 'Step {step}/{total_steps}: loss = {loss_value:.2f}; lr = {lr_value:.2e}; {sec_per_batch:.3f} sec (per Batch); {examples_per_sec:.1f} imgs/sec'. 2018-10-08 13:43:46,039 ERROR Could not import the submodules. 2018-10-08 13:43:46,039 ERROR Please execute:'git submodule update --init --recursive'

louxy126 avatar Oct 08 '18 06:10 louxy126