3D-ResNets-PyTorch icon indicating copy to clipboard operation
3D-ResNets-PyTorch copied to clipboard

error in generating ucf101.json

Open N00k0428 opened this issue 3 years ago • 1 comments

When I generated ucf101.json, the following problems occurred “pandas.errors.ParserError : Error tokenizing data. C error: Expected 9 fields in line 3, saw 13” then I changed here: def load_ labels(label_ csv_ path) data = pd.read_ csv(label_ csv_ path, delimiter=" ", header=None, error_ bad_ Lines = false)

withou "error_ bad_ Lines = false", the json cannot be generated, delimiter="\t" doesn't work

N00k0428 avatar Feb 24 '21 07:02 N00k0428

Try using the splits from here: https://github.com/feichtenhofer/twostreamfusion/tree/master/ucf101_splits I used these and then ran the code as mentioned in the readme and it worked for me @ltjian-lttj

Purav-Zumkhawala avatar Mar 21 '21 03:03 Purav-Zumkhawala