Skip to content

Commit

Permalink
fix typos (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker316701882 committed Aug 22, 2021
1 parent bc69543 commit 17f153b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolox/data/datasets/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _cache_images(self):
cache_file = self.data_dir + "/img_resized_cache_" + self.name + ".array"
if not os.path.exists(cache_file):
logger.info(
"Caching images for the frist time. This might take about 20 minutes for COCO"
"Caching images for the first time. This might take about 20 minutes for COCO"
)
self.imgs = np.memmap(
cache_file,
Expand Down

0 comments on commit 17f153b

Please sign in to comment.