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
I set an image to AMSoftmax, which net prototxt is (face_deploy_mirror_normalize.prototxt) and weight is (your pretrained weights) . after loading weights I put an image to net input and run forward() method on it. Then I wanted to explore how the flip layer works but after plot the output of flip_data blobs I see something goes wrong, the flip layer has flipped data vertically(I mean up down) !! is it Okay?
result of code:
The text was updated successfully, but these errors were encountered:
robosina
changed the title
flip in face_deploy_mirror_normalize.prototxt doesn't work
flip in face_deploy_mirror_normalize.prototxt doesn't work properly
Dec 31, 2018
I set an image to
AMSoftmax
, whichnet
prototxt is (face_deploy_mirror_normalize.prototxt
) and weight is (your pretrained weights
) . after loading weights I put an image to net input and runforward()
method on it. Then I wanted to explore how the flip layer works but after plot the output offlip_data
blobs I see something goes wrong, the flip layer has flipped data vertically(I mean up down) !! is it Okay?result of code:
The code is something like below:
The text was updated successfully, but these errors were encountered: