You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');.
About the ground truth itself, for the dataset 'Prasad Images - Dataset Prasad', if I plot gt ellipses out, I got the following figure
It seems not correct.
Any comments will be appreciated.
The text was updated successfully, but these errors were encountered:
Sorry for disturb.
Several issues:
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 likefid_gt = fopen([gt_path,'gt_',imgname{i},'.txt'],'r');
.About the ground truth itself, for the dataset 'Prasad Images - Dataset Prasad', if I plot gt ellipses out, I got the following figure
![untitled](https://user-images.githubusercontent.com/36867143/105553805-66c05600-5d06-11eb-86bb-9d65b16923b1.png)
It seems not correct.
Any comments will be appreciated.
The text was updated successfully, but these errors were encountered: