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

FileNotFoundError: [WinError 2] The system could not find the specified file #69

Open
z972778371 opened this issue Oct 23, 2021 · 9 comments

Comments

@z972778371
Copy link

It seems that there are some files missed in the working environment m2release of my computer.But I downloaded the annotations.zip and the coco_detections.hdf5(53.5GB) noted in the Readme file.What did I miss?
image

@amazingYX
Copy link

What kind of operating system do you use?windows or linux?

@z972778371
Copy link
Author

What kind of operating system do you use?windows or linux?

windows10
I solve this problem,but I find there's something wrong with evaluation folder's code
138787311-d367ed17-d887-499e-a647-843b2386b2e1
.Have you ever met this problem before?

@amazingYX
Copy link

Yes, I meet the same problem. At first I thought it was the difference between windows10 and linux that caused this problem. Fortunately, I overcome this problem by adding absolute path in tokenizer.py .

@z972778371
Copy link
Author

Yes, I meet the same problem. At first I thought it was the difference between windows10 and linux that caused this problem. Fortunately, I overcome this problem by adding absolute path in tokenizer.py .

Is the path_to_jar_dirname variable ?
image

@amazingYX
Copy link

just like this
image

@amazingYX
Copy link

Have you ever reproduce DLCT's code successfully?

@z972778371
Copy link
Author

Have you ever reproduce DLCT's code successfully?

Not yet. I find the reason for OSError :[Error 22]it's that the command, java -jar -Xmx2G meteor-1.5.jar - - -stdio -l en -norm, can't work right in win. So I blocked the meteor() in init.py and it's finally worked.
Now I'm going to debug the DLCT's code. 囧

@amazingYX
Copy link

Have you ever reproduce DLCT's code successfully?

Not yet. I find the reason for OSError :[Error 22]it's that the command, java -jar -Xmx2G meteor-1.5.jar - - -stdio -l en -norm, can't work right in win. So I blocked the meteor() in init.py and it's finally worked. Now I'm going to debug the DLCT's code. 囧

When using it's Spice() to compute spice score in meshed-memory transformer , I am getting this error, subprocess.CalledProcessError: Command returned non-zero exit status 1. Have you ever met and solved this problem?

@ccccchenllll
Copy link

HELLO, I have changed the code to what you said, but there are still errors. Could u explain in detail how to change it, please?
image

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

3 participants