-
Notifications
You must be signed in to change notification settings - Fork 22
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
launch problem #3
Comments
Hi, thanks for asking. How do you try to launch it? And what GRASS GIS version do you use? |
Hi, thanks for reply. Yes. I did try to launch it but show nothing. I'm using GRASS 7.8.3 version |
Hm, GRASS GIS 7.8.3 should be sufficient. It doesn't show any error message? How do you try to launch it? From the terminal? And which module? Normally, the terminal way is to type |
Finally, the i.ann.maskcrnn.train window is pop up but when I try to launch i.ann.maskcrnn.detect in terminal, show error as below: 'i.ann.maskrcnn.detect' is not recognized as an internal or external command, |
I remember that someone had an error like this when he tried to use a module that was not installed. How did you install the modules? Through Also, could you check your addons directory to check if it is installed? The path should be something like
|
still cannot launch i.ann.maskrcnn.detect even thought I installed through g.extension i.ann.maskrcnn |
And the contain of your addons directory? |
Yes, both files, i.ann.maskrcnn.detect.py and i.ann.maskrcnn.train.py are found in the specific directory |
That's really weird. I do not see a reason why GRASS should find one module, and another one from the same directory not. Does the module work if you try to call it directly, specifying explicitly its path, i.e. |
the output is the same as below: 'i.ann.maskrcnn.detect' is not recognized as an internal or external command, operable program or batch file. |
Sadly, I have to say that I do not know where the problem could be now. I do not even know why it should output Maybe someone else has also faced an issue like this. @landam: Haven't you ever experienced something like this before? Or don't you have better understanding of what is wrong? |
Quick test on Linux machine seems to successful:
@tzehuey85 Which operating system and GRASS version are you using? |
There should be files without py extension. ls ~/.grass7/addons/scripts/
i.ann.maskrcnn.detect i.ann.maskrcnn.train @tzehuey85 How did you installed the extension? By |
And more importantly @tzehuey85 which operating system are you using? |
I had tried all the methods, however, all methods were failed to launch i.ann.maskrcnn.detect. I also tried to install both Windows 7 and 10, still cannot launch i.ann.maskrcnn.detect. FYI, I'm uisng Python 3.6 version. |
It means that |
Hi, I have successfully installed i.ann.maskrcnn in GRASS but when I want to launch this addon, no window pop out. why?
The text was updated successfully, but these errors were encountered: