Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c89f9c

Browse files
committed
initial commit for tutorial
1 parent 2af47b6 commit 6c89f9c

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

‎CVC-YOLOv3/train.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def add_bool_arg(name, default, help):
270270
parser.add_argument('--batch_size', type=int, default=7, help='size of each image batch')
271271
parser.add_argument('--optimizer_pick', type=str, default="Adam", help='choose optimizer between Adam and SGD')
272272
parser.add_argument('--model_cfg', type=str, help='cfg file path',required=True)
273-
parser.add_argument('--weights_path', type=str, help='initial weights path',required=True)
273+
parser.add_argument('--weights_path', type=str, help='initial weights path',default="sample-yolov3.weights")
274274
parser.add_argument('--output_path', type=str, help='output weights path, by default we will create a folder based on current system time and name of your cfg file',default="automatic")
275275
parser.add_argument('--dataset_path', type=str, help='path to image dataset',default="dataset/YOLO_Dataset/")
276276
parser.add_argument('--num_epochs', type=int, default=2048, help='maximum number of epochs')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /