Fix OSError: Could not find a backend to open `CollectedData_Alex.csv` with iomode `r` by jeylau · Pull Request #2650 · DeepLabCut/DeepLabCut

Expand Up @@ -91,6 +91,7 @@
print("CREATING-SOME LABELS FOR THE FRAMES") frames = os.listdir(os.path.join(cfg["project_path"], "labeled-data", videoname)) frames = [fn for fn in frames if fn.endswith(".png")] # As this next step is manual, we update the labels by putting them on the diagonal (fixed for all frames) for index, bodypart in enumerate(cfg["bodyparts"]): columnindex = pd.MultiIndex.from_product( Expand Down