FPN_TensorFlow icon indicating copy to clipboard operation
FPN_TensorFlow copied to clipboard

A easy-to-use FPN modified from https://github.com/yangxue0827/FPN_Tensorflow.

Results 6 FPN_TensorFlow issues
Sort by recently updated
recently updated
newest added

Output is as follows : ``` + set -e + export PYTHONUNBUFFERED=True + PYTHONUNBUFFERED=True + GPU_ID=0 + DATASET=cow + array=($@) + len=2 + EXTRA_ARGS= + EXTRA_ARGS_SLUG= ++ date +%Y_%m_%d_%H_%M_%S +...

When I trained my model with pretrained-model, the variables are zeros like this : model restore from pretrained mode, path is : /home/..//data/pretrained_weights/resnet_50.ckpt resnet_v1_50/conv1/weights:0 resnet_v1_50/conv1/BatchNorm/gamma:0 resnet_v1_50/conv1/BatchNorm/beta:0 resnet_v1_50/conv1/BatchNorm/moving_mean:0 resnet_v1_50/conv1/BatchNorm/moving_variance:0 resnet_v1_50/block1/unit_1/bottleneck_v1/shortcut/weights:0 resnet_v1_50/block1/unit_1/bottleneck_v1/shortcut/BatchNorm/gamma:0...