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
The file output path in the pcap2npy.py file is DIR_SAVE_DICT, but the subsequent preprocess.py file does not access this path parameter; instead, it accesses DIR_PATH_DICT. Is this an error in the code?