You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello everyone,
Could you tell me how to obtain the events and labels on PLAID dataset?
I found the function read_events_labels in the load_plaid_aggregated_data.py. But I don't konw how to obtain the events and labels , could you tell me?
def read_events_labels(file1, file2, data_path='/home/ibcn079/data/Data/'):
a = pd.read_csv(data_path+file1,header=None) #### I don't konw how to get it?
a = a.values
b = pd.read_csv(data_path+file2,header=None) #### I don't konw how to get it?
b = b.values
Thank you very much!
The text was updated successfully, but these errors were encountered:
hello everyone,
Could you tell me how to obtain the
events
andlabels
on PLAID dataset?I found the function
read_events_labels
in theload_plaid_aggregated_data.py
. But I don't konw how to obtain theevents
andlabels
, could you tell me?Thank you very much!
The text was updated successfully, but these errors were encountered: