mdvsh / pytorch-deeplearning-coursera

Solutions of Programming Exercises of Coursera's Convolutional Neural Networks Course in PyTorch
MIT License
0 stars 1 forks source link

Week_3Object Detection #1

Open dccf36 opened 4 years ago

dccf36 commented 4 years ago

Hi, I am working on Week3 assignment(YOLO for Object Detection) for CNN in Deeplearning.ai in Pytorch version. And I found that when I run your code, the output from function yolo_filter_boxes does not match the the input to torchvision.ops.nms. I'm wondering is that about the pytorch version stuff?

mdvsh commented 4 years ago

Hi, I am working on Week3 assignment(YOLO for Object Detection) for CNN in Deeplearning.ai in Pytorch version. And I found that when I run your code, the output from function yolo_filter_boxes does not match the the input to torchvision.ops.nms. I'm wondering is that about the pytorch version stuff?

Hi @dccf36 That's interesting since I have 40/40 on that programming assignment and as far I remember the grader did not display any error on running yolo_filter_boxes() or yolo_non_max_suppression() either. Have you tried matching your versions from those in my requirement.txt ?

I'd be happy to follow along with specific help but that could only be done if I know if our versions match. It might also be that the course updated it's assignments and that they have new data now.