KingTom
KingTom
When I run the "python preprocess.py " , my compute will shut down. Why? Because the data is too big?
Can you add caffe rnn model to test?
Hello, I got the error: frontal_raw[ind_frontal, :] = cv2.remap(img, temp_proj2[0, :].astype('float32'), temp_proj2[1, :].astype('float32'), cv2.INTER_CUBIC) ValueError: array is not broadcastable to correct shape what's the error?How can i sovle?
when I run the: python vgg19.py, the got the error: Traceback (most recent call last): File "vgg19.py", line 158, in model = VGG19(include_top=True, weights='imagenet') File "vgg19.py", line 146, in VGG19...
When I run the ./create_db.sh, I got the error: IOError: Failed to interpret file '../vggface/conv1_1_filter.npy' as a pickle
Hello, I see your test experiment, but I find your test accuracy on LFW is low comparing the paper test. Why?
Hello! I see your cifar-10 using the triplet loss replacing the softmax. If we want to test the triplet the accuracy, what can I do?
Traceback (most recent call last): File "landmarkPredict.py", line 232, in func(*sys.argv[2:]) File "landmarkPredict.py", line 201, in predictImage colorface = getRGBTestPart(bbox,M_left,M_right,M_top,M_bottom,colorImage,vgg_height,vgg_width) File "landmarkPredict.py", line 78, in getRGBTestPart face=img[retiBBox[2]:retiBBox[3],retiBBox[0]:retiBBox[1],:] TypeError: slice indices...
When I run the "python train.py --saveto commoncraw_pretrained --dataset commoncrawl --cutoff 15", the got the following error: Traceback (most recent call last): File "train.py", line 341, in train(**common_kwargs) File "train.py",...