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 ucsd dataset have ped1 and ped2.in file paths.py
PROJ = '/media/yash_jakhotiya/Academic/ML/Anomaly_Detection'
dataset = os.path.join(PROJ, 'Dataset')
What is the structure of the data placement?
thank you
The text was updated successfully, but these errors were encountered:
You have to run preprocessing.py in the folder which has UCSD Dataset downloaded, with default directory names. I copied files from these directories and their subdirectories into a common directory. In the meanwhile, I renamed each of the frames to include necessary information regarding the frame. Also, note that the approach we followed towards this anomaly detection is that of supervised nature.
the ucsd dataset have ped1 and ped2.in file paths.py
PROJ = '/media/yash_jakhotiya/Academic/ML/Anomaly_Detection'
dataset = os.path.join(PROJ, 'Dataset')
What is the structure of the data placement?
thank you
The text was updated successfully, but these errors were encountered: