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

Research/CV/PaddleReid/process_aicity_data/ #54

Open
rrjia opened this issue May 20, 2020 · 4 comments
Open

Research/CV/PaddleReid/process_aicity_data/ #54

rrjia opened this issue May 20, 2020 · 4 comments

Comments

@rrjia
Copy link

rrjia commented May 20, 2020

2_prepare_real_trainlist.py
37行 all_ids.append(vid) 应该有错误,set不支持append方法,应该是add方法

2_prepare_syn_trainlist.py
29,30 行
color = s.attributes['colorID'].value
cartype = s.attributes['typeID'].value
但是不是所有的车辆都有colorID这个属性,会造成程序崩溃

@daiguangzhao
Copy link

2_prepare_real_trainlist.py
37行 all_ids.append(vid) 应该有错误,set不支持append方法,应该是add方法

2_prepare_syn_trainlist.py
29,30 行
color = s.attributes['colorID'].value
cartype = s.attributes['typeID'].value
但是不是所有的车辆都有colorID这个属性,会造成程序崩溃

谢谢你的回答

@wangzhiyuanking
Copy link

2_prepare_syn_trainlist.py
29,30 行
color = s.attributes['colorID'].value
cartype = s.attributes['typeID'].value
但是不是所有的车辆都有colorID这个属性,会造成程序崩溃
ColorID commented out?

@daiguangzhao
Copy link

2_prepare_real_trainlist.py
37行 all_ids.append(vid) 应该有错误,set不支持append方法,应该是add方法

2_prepare_syn_trainlist.py
29,30 行
color = s.attributes['colorID'].value
cartype = s.attributes['typeID'].value
但是不是所有的车辆都有colorID这个属性,会造成程序崩溃

你好,在train_real_all,本应该是666个.但是数据集并没有给出image_test和image_query的xml文件.您当时是怎么解决这个问题?

@lhbsww
Copy link

lhbsww commented May 11, 2022

@rrjia
2_prepare_real_trainlist.py
37行 all_ids.append(vid) 应该有错误,set不支持append方法,应该是add方法

2_prepare_syn_trainlist.py
29,30 行
color = s.attributes['colorID'].value
cartype = s.attributes['typeID'].value
但是不是所有的车辆都有colorID这个属性,会造成程序崩溃

你好,请问对于这个问题要怎么解决呢

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

4 participants