Skip to content

Commit

Permalink
LaneATT anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemortX committed Jun 23, 2022
1 parent 4419bba commit 571373c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/lane_detection/laneatt/resnet18_culane.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
img_w=640,
img_h=360,
topk_anchors=1000,
# https://github.com/lucastabelini/LaneATT/raw/main/data/culane_anchors_freq.pt
anchor_freq_path='culane_anchors_freq.pt',
anchor_feat_channels=64,
# nms config
Expand Down
1 change: 1 addition & 0 deletions configs/lane_detection/laneatt/resnet18_tusimple.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
img_w=640,
img_h=360,
topk_anchors=1000,
# https://github.com/lucastabelini/LaneATT/raw/main/data/tusimple_anchors_freq.pt
anchor_freq_path='tusimple_anchors_freq.pt',
anchor_feat_channels=64,
# nms config
Expand Down
1 change: 1 addition & 0 deletions configs/lane_detection/laneatt/resnet34_culane.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
img_w=640,
img_h=360,
topk_anchors=1000,
# https://github.com/lucastabelini/LaneATT/raw/main/data/culane_anchors_freq.pt
anchor_freq_path='culane_anchors_freq.pt',
anchor_feat_channels=64,
# nms config
Expand Down

0 comments on commit 571373c

Please sign in to comment.