usnistgov / SCTK

Other
208 stars 52 forks source link

No any response when i run rover #22

Closed pika-online closed 2 years ago

pika-online commented 4 years ago

after compiling sctk successfully , i got no response when i input "rover -h 1.ctm -h 2.ctm -o result.ctm -m maxconfa"

ysinha94 commented 3 years ago

Hi, did you find out where the output file is located?

abnerLing commented 2 years ago

I'm getting the same issue :(

jfiscus commented 2 years ago

In the src/sclite/testdata dir, run: ../rover -h lvc_hypc.ctm ctm -h lvc_hypr.ctm ctm -o foo.ctm -m maxconf

Input Options: -h hypfile ctm Define the hypothesis file and it's format. This option must be used more than once.

abnerLing commented 2 years ago

Thank you very much! Initially, I didn't include the format of the hypothesis file. Everything is working fine now.