-
Notifications
You must be signed in to change notification settings - Fork 79
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
FilenotFoundError #85
Comments
Have you got the solution to this? I encountered the same problem. |
@xingjialyu No, I am stucking in it. |
I have solved this. Run .datasets/CampusSeq1/Calibration/producePmat.m by Matlab, it will generate intrinstic.mat. But you still need to move the generated file to the proper path. If you don't have Matlab on your server, you can do that on an online Matlab and upload the generated file to your server. |
You can find it in .datasets/CampusSeq1/Calibration/.
Basically in this step, we are going to tell the program about the
parameters of the cameras that are used to collect data, so these functions
should be provided by the dataset provider.
By the way, are you doing this for self-study or other things? My graduate
project is about multi-person pose estimation. So maybe we can share ideas
or solutions about this topic.
Taylorminer ***@***.***> 于2022年1月17日周一 20:30写道:
… I have solved this. Run .datasets/CampusSeq1/Calibration/producePmat.m by
Matlab, it will generate intrinstic.mat. But you still need to move the
generated file to the proper path. If you don't have Matlab on your server,
you can do that on an online Matlab and upload the generated file to your
server.
I run producePmat.m. There is an error: Unrecognized function or variable
'getK'. Function 'getK' should be defined by myself ?
—
Reply to this email directly, view it on GitHub
<#85 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWXRSO72PENTMOWP5PZJSDTUWQDW7ANCNFSM5LAVHP7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FilenotFoundError : No such file or directory: '/parameter/dir/intrinstic.mat' Can you tell how to solve the error ?
The text was updated successfully, but these errors were encountered: