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

data_obt.py里面代码有点疑问 #4

Open
vincennnnt opened this issue Oct 14, 2018 · 0 comments
Open

data_obt.py里面代码有点疑问 #4

vincennnnt opened this issue Oct 14, 2018 · 0 comments

Comments

@vincennnnt
Copy link

[69] img = os.listdir(self.root_dir + folder + '/img/')[index]
[74]gtbox = os.listdir(self.root_dir + folder + '/label/')[index]
这两行代码,取得的图片和真值并不对应,listdir()遍历的文件名可能是乱序的,因此并不对应。
还有测试代码里也是。。。

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