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

Issues regard to "ground-truth-labeler" #4

Open
mtang724 opened this issue Nov 6, 2020 · 2 comments
Open

Issues regard to "ground-truth-labeler" #4

mtang724 opened this issue Nov 6, 2020 · 2 comments

Comments

@mtang724
Copy link

mtang724 commented Nov 6, 2020

There are three issues regard to "ground-truth-labeler"

  1. Cannot load large file as ground truth file -> will raise an error "pandas.errors.ParserError: Error tokenizing data. C error: Buffer overflow caught - possible malformed input file."
  2. There are some inconsistencies between doc and actual command -> the actual command won't take "-c" as an argument

image

  1. The actual command requires the ground truth file to have a column named "kg_label", but in the doc, the sample file does not have this column
    image
@mtang724
Copy link
Author

mtang724 commented Nov 6, 2020

I found a solution for issue 1, just add lineterminator='\n' to correspondingpd.read_csv command

@mtang724
Copy link
Author

mtang724 commented Nov 6, 2020

groud_truth_file -> t2dv2_gt_sample.csv
input_file -> output_sample.csv
files link:
https://drive.google.com/file/d/1FLbh7CCYqGak4pxjHpFcFueZSa_T6pqr/view?usp=sharing

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

1 participant