Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
TomatoAndCucumber committed May 14, 2022
commit 869dbd56423e9f9a95b4ceed15e91c239810051c
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
#------------------------------------------------------#
# input_shape 输入的shape大小,一定要是32的倍数
#------------------------------------------------------#
input_shape = [640, 640]
input_shape = [224, 224]
#------------------------------------------------------#
# backbone cspdarknet(默认)
# convnext_tiny
Expand Down