mono_dataset_code icon indicating copy to clipboard operation
mono_dataset_code copied to clipboard

Code for Monocular Visual Odometry Dataset - https://vision.cs.tum.edu/data/datasets/mono-dataset

Results 17 mono_dataset_code issues
Sort by recently updated
recently updated
newest added

I tried to make pcalib.txt for my custom data. I prepared images.zip, camera.txt, times.txt. Data: images.zip camera.txt RadTan 0.39296 0.70102 0.49574 0.51231 0.00018 -0.01646 0.00351 0.000281 1280 720 crop 1280...

I am running vignetteCalib on my own dataset - just 30 images to test the approach. The program produces only black vignette and following output: ``` Load Dataset samples_vignette3/: found...

Hi I'm trying to calibrate the response of my camera. When I run the program, I found the results as follow, ![Screenshot from 2020-06-28 20-50-45](https://user-images.githubusercontent.com/8009679/85948053-1015b800-b981-11ea-954a-1fa1ceb174ef.png) **It shows the irradiance and...

In my case: Camera.fx: 1138.042594 Camera.fy: 1152.150891 Camera.cx: 314.573090 Camera.cy: 273.959896 unit is pixel. What about the TUM mono dataset?

I want to convert my own video data into a folder structure like TUM benchmarks. So you want to create times.txt, camera.txt, statistic.txt and times.txt. how do I do this...

[Extra null pointer checks are not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following. - [PhotometricUndistorter](https://github.com/tum-vision/mono_dataset_code/blob/3feba2f77488e5b3e05c739c2c7afb57822ad083/src/PhotometricUndistorter.cpp#L158 "Destructor for PhotometricUndistorter") - [UndistorterFOV](https://github.com/tum-vision/mono_dataset_code/blob/3feba2f77488e5b3e05c739c2c7afb57822ad083/src/FOVUndistorter.cpp#L273 "Destructor...

Would you like to [wrap any pointer data members](https://github.com/tum-vision/mono_dataset_code/blob/3feba2f77488e5b3e05c739c2c7afb57822ad083/src/BenchmarkDatasetReader.h#L86 "Update candidate: DatasetReader class") with the class template “[std::unique_ptr](https://en.wikipedia.org/wiki/Smart_pointer#unique_ptr "Description for the usage of smart pointers")”?

Hello I successfully compiled " mono dataset " but when i am trying to run it with the command ./playDataset X/sequence_01 but getting the error that :- bash: ./playDataset: No...

Hello. I compiled the mono_dataset_code successfully. Now I want to run ./playDataset for the sequences available in mono_dataset. ( https://vision.cs.tum.edu/data/datasets/mono-dataset ) I get some different errors while trying to run...

Hello, I recorded several datasets, but the calibration results of these datasets are different. I don't know which result is right. How to solve this?