You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---Original---
From: "zhangyu96"<[email protected]>
Date: Thu, Jun 11, 2020 09:23 AM
To: "you359/Keras-FasterRCNN"<[email protected]>;
Cc: "chenjjjjuu"<[email protected]>;"Author"<[email protected]>;
Subject: Re: [you359/Keras-FasterRCNN] why it't stay in epoch 1 alltime? (#52)
因为训练的图片没有读入,在train_frcnn.py第125行左右将“trainval"改为”train"试一试:
train_imgs = [s for s in all_imgs if s['imageset'] == 'train']
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
why it't stay in epoch 1 alltime?
Starting training
Epoch 1/2000
1hours later ,there is epdch 1
The text was updated successfully, but these errors were encountered: