-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataset problem #11
Comments
When I changed my python from 3.6 to 2.7 .Problem "VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future nparrimage = np.frombuffer(arrimage.get_obj(),np.float32).reshape(10,len(arrimage)/10) ." disappeared. And I find the landmarks in the fold (data).But problem some image not found still exists.I thinlk multiprocessing module to read images cause the problem.Can you tell me how to fix it ? |
Process Process-1: |
plz check the path should be /..../.../lfw.zip/file_name/xxx.jpg |
Yes,I have checked ... |
I have the same problem as LingJiangXie, I want to ask you that your problem has been solved? Traceback (most recent call last): |
Not solved....... |
Please try to read this issue #3 . |
Thank you ! |
@clcarwin Thank you very much! |
Have you solved it now? @LingJiangXie |
Downloading datasets |
modify zfile.read('nameinzip) to zfile.read('CASIA-WebFace/'+nameinzip) (train.py) |
@dpcross Thank you very much! I have solved this route problem in your way, but I have encountered this problem: Traceback (most recent call last): |
@LingJiangXie Have you encounter this problem in your trainning process |
@clcarwin Thank you very much! I have solved this problem in your way, update pytorch to version 0.2.x. |
I just have the same problem with you guys.And my pytorch version is 0.2.0_3,but it does'nt work.How can i solve this problem?? |
just need good washed CASIA.zip dataset.
…________________________________
发件人: Seven.Hsu <[email protected]>
发送时间: 2018年4月1日 12:46
收件人: clcarwin/sphereface_pytorch
抄送: lucaskyle; Comment
主题: Re: [clcarwin/sphereface_pytorch] dataset problem (#11)
I just have the same problem with you guys.And my pytorch version is 0.2.0_3,but it does'nt work.How can i solve this problem??
Traceback (most recent call last):
File "lfw_eval.py", line 102, in
img1 = alignment(cv2.imdecode(np.frombuffer(zfile.read(name1),np.uint8),1),landmark[name1])
File "/usr/lib/python3.6/zipfile.py", line 1314, in read
with self.open(name, "r", pwd) as fp:
File "/usr/lib/python3.6/zipfile.py", line 1352, in open
zinfo = self.getinfo(name)
File "/usr/lib/python3.6/zipfile.py", line 1281, in getinfo
'There is no item named %r in the archive' % name)
KeyError: "There is no item named 'Abel_Pacheco/Abel_Pacheco_0001.jpg' in the archive"
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AZb9oZoUzHHlo4NOfnRB05LYstkttzv7ks5tkMwIgaJpZM4RMjk7>.
|
Thank you so much.I'll try it in your way.
…Sent from my iPhone
On Apr 2, 2018, at 09:41, lucaskyle ***@***.***> wrote:
just need good washed CASIA.zip dataset.
________________________________
发件人: Seven.Hsu ***@***.***>
发送时间: 2018年4月1日 12:46
收件人: clcarwin/sphereface_pytorch
抄送: lucaskyle; Comment
主题: Re: [clcarwin/sphereface_pytorch] dataset problem (#11)
I just have the same problem with you guys.And my pytorch version is 0.2.0_3,but it does'nt work.How can i solve this problem??
Traceback (most recent call last):
File "lfw_eval.py", line 102, in
img1 = alignment(cv2.imdecode(np.frombuffer(zfile.read(name1),np.uint8),1),landmark[name1])
File "/usr/lib/python3.6/zipfile.py", line 1314, in read
with self.open(name, "r", pwd) as fp:
File "/usr/lib/python3.6/zipfile.py", line 1352, in open
zinfo = self.getinfo(name)
File "/usr/lib/python3.6/zipfile.py", line 1281, in getinfo
'There is no item named %r in the archive' % name)
KeyError: "There is no item named 'Abel_Pacheco/Abel_Pacheco_0001.jpg' in the archive"
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AZb9oZoUzHHlo4NOfnRB05LYstkttzv7ks5tkMwIgaJpZM4RMjk7>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hi,guys. when I run the train.py,I got a problem as fllows. |
Hi @LingJiangXie, Can you upload the washed dataset to other sites? I cannot to download from baidu because we dont have Chinese mobile phone number to activate the account. |
I have uploaded it to OneDrive: |
have you soved this issue? |
Hi ! Thank you for this pytorch version sphereface code ,I have found this for a long time .But when I run train.py ,some problems occured.
VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future nparrimage = np.frombuffer(arrimage.get_obj(),np.float32).reshape(10,len(arrimage)/10) .I think my numpy version(1.11.0) is not fine.
'There is no item named %r in the archive' % name) KeyError: "There is no item named '1212722/038.jpg' in the archive" . But I find this image in the fold 1212722 .
Last problem may I get the mtcnn landmarks for casia? or you can tell me mtcnn codes ,I run it.Thank you very much!
The text was updated successfully, but these errors were encountered: