Skip to content
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

Some of the .txt files are missing #4

Closed
stonegen opened this issue Aug 26, 2022 · 2 comments
Closed

Some of the .txt files are missing #4

stonegen opened this issue Aug 26, 2022 · 2 comments

Comments

@stonegen
Copy link

stonegen commented Aug 26, 2022

When I tried to run the vehicle, I got an error that the "0000001.txt" file was not found. I could not find this file in the repo. Where to find all the files required by different vehicles and how to configure the data path as highlighted in the following command.

java -Djava.library.path=build/src/main/cpp
-Dlog4j.configurationFile=src/main/resources/log4j2-config.xml
-cp build/libs/emp-1.0.jar org.emp.vehicle.[vehicle type]
-i [server ip] -p [server port] -c [client port]
-v [vehicle ID] -d [data path] -r [frame rate]

The following screenshot shows the mentioned behavior. Please note that as I couldn't find the file path, I set up a dummy data path.
796F103A-FE42-411D-A5B1-CFC3AB9738DE

@stonegen stonegen changed the title Some of the text files are missing Some of the .txt files are missing Aug 26, 2022
@ThankPan
Copy link

I'm also curious about where to get the dataset to reproduce your work. Do I need to generate all those data from scratch using DeepGTAV - PreSIL? Or could I use pre-generated dataset provided by them herehttps://uwaterloo.ca/waterloo-intelligent-systems-engineering-lab/projects/precise-synthetic-image-and-lidar-presil-dataset-autonomous.

@Shawnxm
Copy link
Owner

Shawnxm commented Sep 21, 2022

Hi guys, I will email you the link to access the example data shortly.

@stonegen "0000001.txt" is just an auxiliary file used to indicate which frame ID a vehicle has (assuming some vehicles may not be generating sensor data continuously).

@ThankPan You can use the data collection tool DeepGTAV-PreSIL mentioned in the README to collect more data in the game.

@Shawnxm Shawnxm closed this as completed Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants