Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Llcm opened this issue Jul 7, 2017 · 4 comments
Open

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

Llcm opened this issue Jul 7, 2017 · 4 comments

Comments

@Llcm
Copy link

Llcm commented Jul 7, 2017

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!

@fastlater
Copy link

fastlater commented Sep 6, 2017

@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 #17 but still having problems. I manually created the folders and them other errors came out

@Haoyan-Guan
Copy link

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

@yuyijie1995
Copy link

yuyijie1995 commented Oct 8, 2018

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
Copy link

louxy126 commented Oct 8, 2018

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants