Data loader and augmentation| 3D CNN video classification (Part 2/6)

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • In this tutorial we will learn, how use #pytorchvideo framework for video classification. The main focus will be on how to load data and perform augmentation
    part 1: • Video classification u...
    Complete udemy course:
    shorturl.at/ipU69

КОМЕНТАРІ • 9

  • @shounokbanerjee4757
    @shounokbanerjee4757 Рік тому +1

    Hello,
    I am trying to do the same for a small dataset.I am getting the error:StopIteration, after the batch = next(iter(loader)).
    Can you please help me with this?

  • @nguyencongtri2839
    @nguyencongtri2839 2 роки тому

    hope you post next part soon! :)

  • @pallavic2012
    @pallavic2012 Рік тому

    Dear sir, this work is too good to implement, but I stuck in midway while creating a training dataset. It gives me error, 'expected str, bytes or os.PathLike object, not DataFrame', please help.
    Thankyou!

    • @ayeshanaznin238
      @ayeshanaznin238 Рік тому

      where you able to solve it?

    • @pallavic2012
      @pallavic2012 Рік тому

      @@ayeshanaznin238 I have solve this by installing forked version of pytorchvideo.

    • @milesonme
      @milesonme Рік тому

      @@pallavic2012 where can i get this forked version

  • @sujit2429
    @sujit2429 Рік тому

    I am geeting this error when I create train_dataset
    ''expected str, bytes or os.PathLike object, not DataFrame''
    pls help.

    • @talha_anwar
      @talha_anwar  Рік тому

      i hope you are using the forked version of pytorch video

    • @ayeshanaznin238
      @ayeshanaznin238 Рік тому

      @sujit2429 where you able to solve the error?