Easonyesheng / CCS

[RA-L&IROS22] A learning-based camera calibration system.
MIT License
31 stars 2 forks source link

How to find the distortion correction model? #6

Closed baolongqishi closed 10 months ago

baolongqishi commented 1 year ago

image I saw the CornerDetection model file, but did not find the distortion correction model file. May I ask where I should get it?

Easonyesheng commented 1 year ago

Hello We recommend you to train a correction model using our data generation code and training scripts. We've try to upload the pretrained correction model, but it is too big to directly upload by git, and this correction method is also sensitive to the specific chessboard pattern. So train your own model is better.

baolongqishi commented 1 year ago

Ok, I will try it first. Thank you very much for your reply.

---Original--- From: "Eason @.> Date: Tue, Jun 27, 2023 22:09 PM To: @.>; Cc: @.**@.>; Subject: Re: [Easonyesheng/CCS] How to find the distortion correction model?(Issue #6)

We recommend you to train a correction model using our data generation code and training scripts. We've try to upload the pretrained correction model, but it is too big to directly upload by git, and this correction method is also sensitive to the specific chessboard pattern. So train your own model is better.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

xuefeng1130 commented 6 months ago

Ok, I will try it first. Thank you very much for your reply. ---Original--- From: "Eason @.> Date: Tue, Jun 27, 2023 22:09 PM To: @.>; Cc: @.**@.>; Subject: Re: [Easonyesheng/CCS] How to find the distortion correction model?(Issue #6) We recommend you to train a correction model using our data generation code and training scripts. We've try to upload the pretrained correction model, but it is too big to directly upload by git, and this correction method is also sensitive to the specific chessboard pattern. So train your own model is better. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

How to use data generation code and training scripts to train calibration models? Did you train successfully?

xuefeng1130 commented 6 months ago

Hello We recommend you to train a correction model using our data generation code and training scripts. We've try to upload the pretrained correction model, but it is too big to directly upload by git, and this correction method is also sensitive to the specific chessboard pattern. So train your own model is better.

How to use data generation code and training scripts to train calibration models? Are these paths set up correctly for me? What does each path do? image

Is it a 480*480 image that I need to provide? How many?Does the image need to include the checkerboard grid? image

What about the TUM dataset?

image