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
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])".
The text was updated successfully, but these errors were encountered:
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])".
The text was updated successfully, but these errors were encountered: