You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could u plz add the deploy.prototxt and mean.binaryproto files for testing phase! I could not find it on ur github repo!
Is mean subtraction really required for tf.set_mean(net.inputs[0], mu) # subtract dataset-mean in each ch or they could be considered as mu = np.array([0.0, 0.0, 0.0]) # (BGR)?
Cheers,
The text was updated successfully, but these errors were encountered:
Could u plz add the
deploy.prototxt
andmean.binaryproto
files for testing phase! I could not find it on ur github repo!Is mean subtraction really required for
tf.set_mean(net.inputs[0], mu) # subtract dataset-mean in each ch
or they could be considered asmu = np.array([0.0, 0.0, 0.0]) # (BGR)
?Cheers,
The text was updated successfully, but these errors were encountered: