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
Traceback (most recent call last):
File "examples/triplet_loss.py", line 220, in
main(parser.parse_args())
File "examples/triplet_loss.py", line 92, in main
args.combine_trainval)
File "examples/triplet_loss.py", line 29, in get_data
dataset = datasets.create(name, root, split_id=split_id)
File "/media/newhome/open_reid_sample/examples/reid/datasets/init.py", line 45, in create
return __factory[name](root, *args, **kwargs)
File "/media/newhome/open_reid_sample/examples/reid/datasets/dukemtmc.py", line 23, in init
self.load(num_val)
File "/media/newhome/open_reid_sample/examples/reid/utils/data/dataset.py", line 54, in load
.format(num))
ValueError: num_val exceeds total identities 0
Some one kindly help me out here.
The text was updated successfully, but these errors were encountered:
Hi,
I keep getting the below error when I try to run triplet_loss.py. The script is run as following:
Traceback (most recent call last):
File "examples/triplet_loss.py", line 220, in
main(parser.parse_args())
File "examples/triplet_loss.py", line 92, in main
args.combine_trainval)
File "examples/triplet_loss.py", line 29, in get_data
dataset = datasets.create(name, root, split_id=split_id)
File "/media/newhome/open_reid_sample/examples/reid/datasets/init.py", line 45, in create
return __factory[name](root, *args, **kwargs)
File "/media/newhome/open_reid_sample/examples/reid/datasets/dukemtmc.py", line 23, in init
self.load(num_val)
File "/media/newhome/open_reid_sample/examples/reid/utils/data/dataset.py", line 54, in load
.format(num))
ValueError: num_val exceeds total identities 0
Some one kindly help me out here.
The text was updated successfully, but these errors were encountered: