L-5 | Image Classification Using ResNet-18 and Pytorch

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 36

  • @youtubeaccount8613
    @youtubeaccount8613 9 หลายเดือนก่อน +1

    this is so so so helpful! i have been stuck for weeks and this is amazing!

  • @ashimasingla103
    @ashimasingla103 11 หลายเดือนก่อน +1

    Perfect content

  • @salihamirza456
    @salihamirza456 5 หลายเดือนก่อน

    hey i have a question that,as we have copied the weights and biases from the loaded model to the new model, then shouldn't we use new_model for performing inference as well?

  • @navidnazem4494
    @navidnazem4494 8 หลายเดือนก่อน +1

    Shouldn't we redefine FC to 2 classes?

  • @youknowwhatlol6628
    @youknowwhatlol6628 21 วันที่ผ่านมา

    THANK YOU SO MUCH!!!! I LOVE YOU!!!

  • @karthickkuduva9819
    @karthickkuduva9819 7 หลายเดือนก่อน

    Mam. Freezing all layers except the final classification layer is called transfer learning. And customized with our own dataset so it's also fine tuned model. The way I understand is correct ?

    • @CodeWithAarohi
      @CodeWithAarohi  7 หลายเดือนก่อน +1

      Yes, your understanding is correct!

  • @benoitd94
    @benoitd94 4 หลายเดือนก่อน

    hi good tuto. One question i try to create my own dataset. You don't tell in the video if the label process is required ? with labelimg for example ?
    thx

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน +1

      For Image classification task, You don't need to annotate the images. Just create separate folder for each class and then put related images.

  • @НиколайНовичков-е1э
    @НиколайНовичков-е1э 11 หลายเดือนก่อน

    Thank you, Aarohi! :)

  • @bilkisuismail6096
    @bilkisuismail6096 11 หลายเดือนก่อน

    Thank you ma, but how did you get mean and standard deviation?

    • @dobijr7900
      @dobijr7900 9 หลายเดือนก่อน

      they are gotten from imagenet after working on millions of images

  • @therock8815
    @therock8815 10 หลายเดือนก่อน

    plz provided the updated code of vgg-16/ resnet50 or any that resolved the version error thanks

  • @soravsingla8782
    @soravsingla8782 ปีที่แล้ว

    What an amazing video

  • @rafeeda3580
    @rafeeda3580 ปีที่แล้ว

    Well explained.❤❤❤
    Any videos of medical image classification available

  • @AlAmin-xy5ff
    @AlAmin-xy5ff ปีที่แล้ว

    Mam make a video on YOLOv8 model customization or change layer

  • @Sunil-ez1hx
    @Sunil-ez1hx ปีที่แล้ว

    Awesome

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 11 หลายเดือนก่อน

    Nice video

  • @tilkesh
    @tilkesh 5 หลายเดือนก่อน

    Thank you very much

  • @huyngo8567
    @huyngo8567 6 หลายเดือนก่อน

    Your link is broken

    • @CodeWithAarohi
      @CodeWithAarohi  6 หลายเดือนก่อน

      github.com/AarohiSingla/Image-Classification-Using-Pytorch

  • @ABHINAYYADAV-j2h
    @ABHINAYYADAV-j2h ปีที่แล้ว

    it is giving error I am taking 11 classes for this for emoji prediction

    • @ABHINAYYADAV-j2h
      @ABHINAYYADAV-j2h ปีที่แล้ว

      from PIL import Image
      from torchvision import transforms
      # Load and preprocess the unseen image
      image_path = '/content/test.png' # Replace with the path to your image
      image = Image.open(image_path)
      preprocess = transforms.Compose([
      transforms.Resize(256),
      transforms.CenterCrop(224),
      transforms.ToTensor(),
      transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
      ])
      input_tensor = preprocess(image)
      input_batch = input_tensor.unsqueeze(0) # Add a batch dimension

    • @ABHINAYYADAV-j2h
      @ABHINAYYADAV-j2h ปีที่แล้ว

      RuntimeError: The size of tensor a (4) must match the size of tensor b (3) at non-singleton dimension 0

  • @abrarislam6509
    @abrarislam6509 8 หลายเดือนก่อน

    Are you married?