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

Data processing about FE240HZ #3

Open
XDUSPONGE opened this issue Jul 4, 2023 · 1 comment
Open

Data processing about FE240HZ #3

XDUSPONGE opened this issue Jul 4, 2023 · 1 comment

Comments

@XDUSPONGE
Copy link

Thanks for your quite interesting work. However, I have some problems about it.

First, for the data processing, I have prepared data as the file you given, but the file needs
'''python
s = int(sys.argv[1])
e = int(sys.argv[2])
'''
What's them have been defined?
Second, as you defined in the code
'''python
with open('reshot_eotb_val_split.txt', 'r') as f:
a = [i.strip() for i in f.readlines()]
for line in a:
file_name_list.append(line)
'''
What the reshot_eotb_val_split is? Now, I use the test.txt and train.txt as you given.

Third, as you say you split the sequence into multiple subsequences of length 2000. Where is this shown in the code, how can we get the same setup with you. As described in your code, the event is evenly sampled three times in a period of time between the corresponding timestamps of two adjacent frames. How to use this corresponding event when used in combination with a frame

Thanks very much.
Hopes for the reply from you.

@lwx00
Copy link

lwx00 commented Nov 28, 2023

same question as you!can you provide the processed data of FE240hz,or show how to get the same setup with you? @Jee-King

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

2 participants