-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80ca7bb
commit 844ebd7
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Trained weights: resnet18s_lstr_tusimple_20210701.pt | ||
# Training | ||
python main_landec.py --epochs=2000 --lr=0.00025 --batch-size=20 --dataset=tusimple --method=lstr --backbone=resnet18s --workers=16 --exp-name=resnet18s_lstr | ||
# Predicting lane points for testing | ||
python main_landec.py --state=2 --batch-size=80 --continue-from=resnet18s_lstr.pt --dataset=tusimple --method=lstr --backbone=resnet18s | ||
# Testing with official scripts | ||
./autotest_tusimple.sh resnet18s_lstr_tusimple test |