-
Notifications
You must be signed in to change notification settings - Fork 0
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
controller.json in the data generation folder #5
Comments
Hi! Thanks for pointing that out. Will provide better explanations about that. I can say this, the Sample dataset generation framework usage can be accessed here. Sample config files for dataset generation can be viewed here. For running a single simulation instance to generate 1 video and its questions (without dataset balancing or other post-processing), refer to here. If you just want to run simulation runner without the question generation step, sample controller JSON file is like below:
Which then, you would run like this:
Let us know if you have any questions. Kind regards, P.S. I will also provide build instructions for the simulation runner. |
Thank you for your reply. May I know which FFmpeg have you used? Apparently, the code does not work with the latest version of ffmpeg. Could you please send me a copy of your FFmpeg if possible? |
Also, I still have no luck in building Testbed as I'm facing some missing headers such as Test.h. I'm using Linux. I would appreciate if you can help me identify the problem. Many thanks in advance! |
@shamilatesoglu could you please take a look at this again? I ran into the same problem also as well, where I couldn't simply build the project due to lack of the |
Hi again, it was on my mind, but I was really busy these days. I will look into it as soon as possible. |
Hi there,
Thank you for the interesting work. I am wondering if the controller.json file in the data generation folder is missing? I would appreciate if you can provide a bit more details on how to run the simulator.
Kind regards,
Th-
The text was updated successfully, but these errors were encountered: