sam3 icon indicating copy to clipboard operation
sam3 copied to clipboard

docs: Fix training script path in README_TRAIN.md

Open harikapadia999 opened this issue 2 weeks ago • 2 comments

Description

Fixes inconsistent training script path reference in README_TRAIN.md

Problem

The first paragraph of README_TRAIN.md incorrectly states the training script is located at sam3/train.py, but the actual location is sam3/train/train.py.

Changes

  • Updated line 3: Changed sam3/train.pysam3/train/train.py
  • This makes the documentation consistent with:
    • The actual file location in the repository
    • All usage examples throughout the document which correctly use sam3/train/train.py

Impact

  • Improves documentation accuracy
  • Prevents confusion for new users trying to locate the training script
  • Maintains consistency throughout the training documentation

Checklist

  • [x] Documentation-only change
  • [x] No code changes
  • [x] Improves accuracy and consistency

harikapadia999 avatar Dec 06 '25 17:12 harikapadia999