thanif / CPL

MS-Thesis: Proposed a new loss function for estimating Camera Calibration parameters along with a new dataset -- (CVGL Camera Calibration Dataset)
26 stars 3 forks source link

model.load error #7

Closed Pppapaya closed 5 months ago

Pppapaya commented 1 year ago

Hello, thank you for sharing such impressive work. I'm new for this topic. I'd like to ask that can I use any two pictures as left and right inputs to get internal and external parameters? Also, for running the provided code, do I need to recompile the model? Because when I write the test file as my self, it shows error when I use model.load directly. Please guide me with it! Looking forward to your reply! Thanks!

thanif commented 1 year ago

Hi,

Yes, you can use any two pictures as left and right inputs to get internal and external parameters. Yes, I think you need to recompile the model.

Pppapaya commented 1 year ago

Ok, thank you for your help. By the way, is it only suitable for 112*112, do you consider to expand it in future? Looking forward to your results!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Talha Hanif Butt @.> Sent: Saturday, April 22, 2023 11:28:01 AM To: thanif/CPL @.> Cc: Pppapaya @.>; Author @.> Subject: Re: [thanif/CPL] model.load error (Issue #7)

Hi,

Yes, you can use any two pictures as left and right inputs to get internal and external parameters. Yes, I think you need to recompile the model.

— Reply to this email directly, view it on GitHubhttps://github.com/thanif/CPL/issues/7#issuecomment-1518686240, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A63OT7UXVJLKIQRQ7RLJXVLXCP2IDANCNFSM6AAAAAAXHEGJV4. You are receiving this because you authored the thread.Message ID: @.***>

thanif commented 1 year ago

Hi,

Yes, currently, it is only suitable for 112x112, I currently don't have any plans to expand it but as the code is available, anybody can do it if it is required.

xz0613 commented 1 year ago

"ValueError: The name "mixed0" is used 2 times in the model. All layer names should be unique." Do you have such a problem or can you suggest a solution, I can't solve it

thanif commented 1 year ago

Hi,

The issue has been addressed here: https://github.com/thanif/CPL/issues/4