Open z972778371 opened 3 years ago
What kind of operating system do you use?windows or linux?
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 .Have you ever met this problem before?
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 .
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 ?
just like this
Have you ever reproduce DLCT's code successfully?
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. 囧
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?
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?
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?