yanyin chen
yanyin chen
I have read seriously README.md and i still don't know how to run it, anyone could list the runing steps, thanks.
I try to implement training code by tf, but i am stuck, have anyone implemented training code by tf. Thanks
`cosface_model = load_model('models/attention_vgg8_cosface_3d/model.hdf5', custom_objects={'CosFace': CosFace}) cosface_model = Model(inputs=cosface_model.input[0], outputs=cosface_model.layers[-3].output) cosface_features = cosface_model.predict(X_test, verbose=1) cosface_features /= np.linalg.norm(cosface_features, axis=1, keepdims=True)` as far as i know, cosface_features is 3d-coordinate for each cls, how...
hello, when i run "python coco.py train --data=/home/tesla/data/COCO/train --model=mask_rcnn_coco_humanpose.h5", the erro is happen, FileNotFoundError: [Errno 2] No such file or directory: '/home/tesla/data/COCO/train/annotations/instances_valminusminival2017.json' in coco.py, "DEFAULT_DATASET_YEAR = "2017" ", is coco2017?...
Hi, another problem, how to init the model when first training? By run "python3 coco.py train --dataset=/path/to/coco/ --model=coco", when i run this, problem happened. I just want to reprodece the...
Have anyone training this model on yourself datasets? I try to train it with my datasets, the results is below, when i trained about 46 epochs. DONE (t=0.82s). Average Precision...