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

Code modification suggestion #38

Open
jiollos opened this issue Jul 8, 2023 · 0 comments
Open

Code modification suggestion #38

jiollos opened this issue Jul 8, 2023 · 0 comments

Comments

@jiollos
Copy link

jiollos commented Jul 8, 2023

https://github.com/GNAYUOHZ/ReID-MGN/blob/f0251e9e6003ec6f2c3fbc8ce5741d21436c20cf/data.py#L81C9-L81C59

In "data.py", line 81, "return int(file_path.split('/')[-1].split('')[0])" is wrong. If you want to get the id, this line should be changed to "return int(file_path.split('/')[-1].split('')[2].split('\')[-1])".

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