-
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
Testing on custom dataset #56
Comments
@nshreyasvi Hi, for multi-camera calibration which toolbox you used? |
Hello, I didn't use any toolbox for caliberation, I am just trying to see if it works for my image dataset, I have just copied the caliberation files from Campus dataset. (I just wanted to see if it works on my custom images, I can later on caliberate them using some methods but the first goal was just to see if it works on custom dataset). |
Without calibration you can't get good results on your custom images... I think there is no way to to it without calibration. You will get very bad results or may be some errors. |
I think it should work for the very least with any caliberation. I'm not even getting any plots and the library is unable to even read the images for some reason. |
@nshreyasvi Without having your own intrinsic and extrinsic parameters, you will be unable to get 3D results from MVPose because images you got are different from the camera in Shelf or Campus dataset. So you need to calibrate your camera system first then you can try. If still you want to test your own images with current setup then your error is in dataset test_range. Here you can find exact solution Line 65 in f1bf69d
It means you need to specify your data images range. For example: if you have 100 images in sequence then you can write test_range = range ( 7, 90, 5) 7 is start point, 90 is end point and 5 is step.But again I'm sure that you will not get 3D results due to incorrect parameters. If you got any result then I would like to appreciate to share results. |
Hello,
Is it due to the number of images available in the folders for camra 0,1 and 2 |
@nshreyasvi |
Hello,
I was trying to run it on my custom dataset but was getting the following error:
Is there any specific format in which I need to prepare imageset? I have presently used frames extracted from 4K cameras.
The text was updated successfully, but these errors were encountered: