ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
4 stars 12 forks source link

fPath issue in output of tut 1 on cloudina #383

Closed Bergylta closed 1 month ago

Bergylta commented 3 months ago

🐛 Bug

There seem to be a issue with how the fpath is written in the output file in the cloudina CSV file for the movies

To Reproduce (REQUIRED)

Input:

990805-Yttre-Vattenholmen.mp4

Output:

/buckets/kso/output/1999_CN/990805-Yttre-Vattenholmen.mp4

Expected behavior

Behaviour should be that the fpath is the same as movie file name if mp4, else if movie is not mp4, the only difference should be that fpath is "moviename".mp4

Environment

If applicable, add screenshots to help explain your problem.

Additional context

jannesgg commented 3 months ago

Fixed by d0268d7a0514a2aaa83b89c5346e4be53bc166d5

jannesgg commented 3 months ago

Issue persists and the fpath should be adjusted somewhere else.