DetectionTeamUCAS / DetectionTeamUCAS/Cascade_FPN_Tensorflow

train without pretrain weights。。。

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
35
Forks
10
PR merge metrics
No merged PRs in 30d

Description

I don't want to use the weight of the pre-training to train the model, where can I change;
I modified :
# restorer, restore_ckpt = faster_rcnn.get_restorer()
# if not restorer is None:
# restorer.restore(sess, restore_ckpt)
# print('restore model')
added:
summary_writer = tf.summary.FileWriter(summary_path, graph=sess.graph)
saver = tf.train.Saver(max_to_keep=10)
But the result is not correct, no target can be predicted, and then the loss is also down.I look forward to your reply. Thank you. @yangxue0827 .

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.