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
Hi, I want to run your code without incremental setting in the voc dataset.
According to task.py, I edited line 35 of run.sh from task=15-5 to task=offine.
However, I encountered an error: FileNotFoundError: Please, add the traning spilt in data/voc/offline-ov/train-0.npy., occurring in dataset.py line 26.
What should I do? Could you provide me the missing file?
The text was updated successfully, but these errors were encountered:
I discovered that .npy file in data/voc/15-5: train-0.npy + train-1.npy -> 10582 val-0.npy + val-1.npy -> 1449
Both of train.npy and val.npy match the full dataset size.
Could I just build .npy like below? train-0.npy -> [0, 1, ..., 10581] val-0.npy -> [0, 1, ..., 1449] test_on_val-0.npy -> [0, 1, ..., 1449]
Hi, I want to run your code without incremental setting in the voc dataset.
According to task.py, I edited line 35 of run.sh from
task=15-5
totask=offine
.However, I encountered an error:
FileNotFoundError: Please, add the traning spilt in data/voc/offline-ov/train-0.npy.
, occurring in dataset.py line 26.What should I do? Could you provide me the missing file?
The text was updated successfully, but these errors were encountered: