-
Tensorflow :1.4.1
Tensorpack: 0.85
Python: 3.5.2
Here error log are :
command:
`python train.py --load '/path/to/ImageNet-ResNet50.npz'`
>
> Traceback (most recent call last):
> File…
-
Hi, I'm trying to implement R-FCN in py-faster-rcnn, but encounter serval issues,
I make these changes with py-faster-rcnn:
1. As smoothL1Loss in R-FCN is different with py-faster-rcnn, so i set the …
-
## Sorry to bother you again, I have tried to repalce the VGG to Resnet50 ,so I add two layers: add_layer and batch_normalization layer:
@layer
def add(self,input,name):
return tf.…
-
Is it possible to get VGG16.model for training? I want to train the object detector but cannot prepare the nvidia-docker because I do not have root privilege in my GPU environment.