Skip to content

Commit

Permalink
Fix val dataset path
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kuroguro committed Jan 30, 2025
1 parent 9001633 commit f4160cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exps/smot4sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_eval_loader(self, batch_size, is_distributed, testdev=False):
data_dir=os.path.join(get_yolox_datadir(), "SMOT4SB"),
json_file=self.val_ann,
img_size=self.test_size,
name='train',
name='val',
preproc=ValTransform(
rgb_means=(0.485, 0.456, 0.406),
std=(0.229, 0.224, 0.225),
Expand Down

0 comments on commit f4160cc

Please sign in to comment.