ThomasZiegler / RS-aware-differential-SfM

This code is a C++ implementation of the proposed work "Rolling-Shutter-Aware Differential SfM and Image Rectification" by Zhuang et al.
GNU General Public License v3.0
41 stars 6 forks source link

Missing dataset in /examples/synthetic/example_sweep #1

Closed DelinQu closed 3 years ago

DelinQu commented 3 years ago

Hi ThomasZiegler, There is a slight problem in /examples/synthetic/example_sweep:

ThomasZiegler commented 3 years ago

Hi DelinQu

You're right the data for k=0, k=0.5, k=1.0 are missing. It seems we removed them in order to fulfill the strict file size limit of 100MB for the example_sweep.tar.gz file. Since it's almost 3 years since we did this project I no longer have the raw data on my computer. However, you should be able to generate any desired values with the MATLAB tool in /matlab_synthetic_data.

In any case thank you pointing this out and I will update the README and task.txt file.