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

Bug of ground truth? #7

Open
xiahaa opened this issue Jan 22, 2021 · 3 comments
Open

Bug of ground truth? #7

xiahaa opened this issue Jan 22, 2021 · 3 comments

Comments

@xiahaa
Copy link

xiahaa commented Jan 22, 2021

Sorry for disturb.

Several issues:

  1. Read_Ellipse_GT contains some bugs. In the dataset, you name text files in the gt folder with a prefix like 'gt_', so the code should be like fid_gt = fopen([gt_path,'gt_',imgname{i},'.txt'],'r');.

  2. About the ground truth itself, for the dataset 'Prasad Images - Dataset Prasad', if I plot gt ellipses out, I got the following figure
    untitled

It seems not correct.

Any comments will be appreciated.

@xiahaa
Copy link
Author

xiahaa commented Dec 16, 2021

@Li-Zhaoxi any idea?

@Li-Zhaoxi
Copy link
Owner

@xiahaa I'm soory that I missed your issue.

differet datasets use different representations of gt.

declaration: function [gt_elps, varargout] = Read_Ellipse_GT(gt_path, img_path, imgname, dataset)

your can specify dataset='prasad' to load Prasad Images - Dataset Prasad

similarily,

other datasets can be loaded by specifing corresponding dataset.

@xiahaa
Copy link
Author

xiahaa commented Dec 16, 2021

@xiahaa I'm soory that I missed your issue.

differet datasets use different representations of gt.

declaration: function [gt_elps, varargout] = Read_Ellipse_GT(gt_path, img_path, imgname, dataset)

your can specify dataset='prasad' to load Prasad Images - Dataset Prasad

similarily,

other datasets can be loaded by specifing corresponding dataset.

I will try that. Thanks.

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