-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Calibration error - calib_intri.py v0.2 #197
Comments
Hello, you can add flag |
thanks! |
(easymocap) C:\MOCAP\EasyMocap>python apps/calibration/calib_intri.py 0_input/project_calib --sample 200
Hey! Not working :( LOG: (easymocap) C:\MOCAP\EasyMocap>python scripts/preprocess/extract_video.py 0_input/project_calib --no2d (easymocap) C:\MOCAP\EasyMocap>python apps/calibration/detect_chessboard.py 0_input/project_calib --out output/calibration --pattern 4,3 --grid 0.135 (easymocap) C:\MOCAP\EasyMocap> (easymocap) C:\MOCAP\EasyMocap> (easymocap) C:\MOCAP\EasyMocap>python apps/calibration/calib_intri.py 0_input/project_calib --sample 200
|
I'm reinstalling Nvidia CUDA 11.7 - no changes :( |
I have the same issue. |
Can you try to calibrate with |
I have exactly the same issue; the arguments --sample or --step don't work. In every case, the file 'calib_intri.py' runs with all frames of my video, which makes the process take a very long time to finish |
to choice the number of images that we want, we can put the argument "--num" wich determinate the number of image treaty. |
python apps/calibration/calib_intri.py 0_input/project_calib --step 5 -this command line
result:
(easymocap) C:\MOCAP\EasyMocap>python apps/calibration/calib_intri.py 0_input/project_calib --step 5
usage: calib_intri.py [-h] [--image IMAGE] [--ext {.jpg,.png}] [--num NUM] [--sample SAMPLE] [--share_intri]
[--remove]
path
calib_intri.py: error: unrecognized arguments: --step 5
also delete "--step 5" - doesn't write an error, but writes this:
result:
(easymocap) C:\MOCAP\EasyMocap>python apps/calibration/calib_intri.py 0_input/project_calib
read: 100%|████████████████████████████████████████████████████████████████████████| 570/570 [00:00<00:00, 4671.08it/s]
and so it costs a long time for 10 minutes. The github says python3 instead of python, but it doesn't help, maybe I'm doing something wrong?
The text was updated successfully, but these errors were encountered: