Skip to content

Commit

Permalink
Fix the Align DETR package path error (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: Allen Shen <[email protected]>
  • Loading branch information
shenyi0220 and Allen Shen authored Aug 29, 2023
1 parent 6eb0a7e commit edd4739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/align_detr/configs/models/aligndetr_r50.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# from detrex.modeling.matcher import HungarianMatcher
from detrex.modeling.neck import ChannelMapper
from detrex.layers import PositionEmbeddingSine
from projects.aligndetr.modeling import (
from projects.align_detr.modeling import (
AlignDETR,
TransformerEncoder,
TransformerDecoder,
Expand Down

0 comments on commit edd4739

Please sign in to comment.