jiashihuigithub

Results 4 comments of jiashihuigithub

> @jiashihuigithub > dataset_dir参数参数怎么设置,我是按照书上的设置文件夹路径的。用的命令也是书上的。 > python train_image_classifier.py > --train_dir=satellite/train_dir > --dataset_name=satellite > --dataset_split_name=train > --dataset_dir=satellite/data > --model_name=inception_v3 > --checkpoint_path=satellite/pretrained/inception_v3.ckpt > --checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits > --trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits > --max_number_of_steps=100000 > --batch_size=32 > --learning_rate=0.001 >...

i met the same issue with you, i haven't the *.txt file, please tell me how to solve it?

论文中的darknet19图只是用来做分类的网络结构,然后添加了一些层做目标检测网络,我可以这样理解么?我看代码中目标检测网络并没有像论文中说的那样,添加3个1*1和3*3,是我理解有问题么?