CaptainEven / RepNet-MDNet-VehicleReID

Implementing RepNet(a two-stream multitask learning network) to do vehicle Re-identification, vehicle search(or vehicle match) with PyTorch 可用于车辆细粒度识别,车辆再识别,车辆匹配,车辆检索,RepNet/MDNet的一种PyTorch实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

related to test

Jack12xl opened this issue · comments

如果没理解错的话,代码里仅对同时有model和color的数据集进行了train和test,那请问下test的时候有跑过整个test dataset(包括没有model或color)的实验嘛

commented

@Jack12xl 根据论文中的网络结构需要的训练数据是包含model和color的,test的时候可以对所有数据进行test,不过我这里偷懒没有做。

ok多谢

@Jack12xl 你好,请问你解决了无model标签的图像测试问题吗?

@tkone2018 时间隔得有点久,没记错的话后面还是选择直接剃掉了无label的数据