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

Model evaluation missing files #18

Open
Leonid-Erlygin opened this issue May 2, 2021 · 2 comments
Open

Model evaluation missing files #18

Leonid-Erlygin opened this issue May 2, 2021 · 2 comments

Comments

@Leonid-Erlygin
Copy link

Hi, I was trying to compute F-score of your algorithm, but apparentely there are essential files missing.
In example_evaluation.py you import "from evaluation.prmeter import PrecisionRecallMeter", and in prmeter you import:

  • from .EdgeEval import correspond
  • from .RasterizeLine import drawfn
    whitch are missing. Am I doing something wrong?
@cherubicXN
Copy link
Owner

you may need to enter the directory first and then run the make command for the compilation.

@Leonid-Erlygin
Copy link
Author

you may need to enter the directory first and then run the make command for the compilation.

I tried runing make inside ~/hawp/evaluation. But there is no EdgeEval directory. Here is content:
evaluation/
├── compute_prec_recall.py
├── evaluation.py
├── example_evaluation.py
├── example_rasterline.py
├── init.py
├── Makefile
└── prmeter.py
and Inside MakeFile just
all: cd EdgeEval; python setup.py build_ext --inplace; cd ..
I do not understand how this makefile can create .EdgeEval and .RasterizeLine packages, when it just builds _C library.

Am I doing something wrong?

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

2 participants