Skip to content

issues Search Results · repo:pytorch/vision language:Python

Filter by

3k results
 (68 ms)

3k results

inpytorch/vision (press backspace or delete to remove)

🐛 Describe the bug Using torchvision with av with video threading mode of AUTO or FRAME causes a hang. Note, you don t even need to use torchvision, just importing it causes the issue. Minimal reproducing ...
  • oliverdain
  • 3
  • Opened 
    3 days ago
  • #9010

🐛 Describe the bug I have encountered an issue where using torchvision.io.read_image (as well as decode_image and decode_gif) on certain GIF files produces an invalid output. Here is a code: import cv2 ...
bug
  • abionics
  • Opened 
    5 days ago
  • #9009

🐛 Describe the bug CelebA bounding boxes were calculated on the so called in-the-wild images, prior to cropping and resizing. But torchvision.datasets returns the version that is cropped to 178x218. So ...
  • yaoshiang
  • 1
  • Opened 
    5 days ago
  • #9008

🐛 Describe the bug Under high concurrency, occupy all CPU resources and I don t know why . I use it transv1 to preprocess my image When testing high concurrency in a web API, the CPU usage spikes drastically ...
  • 631068264
  • 1
  • Opened 
    6 days ago
  • #9006

🐛 Describe the bug I m running python3 setup.py install to build it out into my venv. I traced/logged the pip list output the entire process and watched to see what happens from start to finish. I have ...
  • NorseGaud
  • 2
  • Opened 
    6 days ago
  • #9003

🐛 Describe the bug I m running python3 setup.py install to build it out into my venv. I traced/logged the pip list output the entire process and watched to see what happens from start to finish. I have ...
  • NorseGaud
  • Opened 
    7 days ago
  • #9001

🐛 Describe the bug When use write_video and pass a float fps value, this error occurs. import torch from torchvision.io import write_video write_video( test.mp4 , (torch.randn(16, 224, 224, 3) * 255).to(torch.uint8), ...
  • HSPK
  • 3
  • Opened 
    12 days ago
  • #8990

🚀 The feature Torchvision s read_image currently decodes JPEG images at full resolution. However, both libjpeg and libjpeg-turbo support decoding at lower resolutions (1/2, 1/4, 1/8 of the original size). ...
  • gyf304
  • 2
  • Opened 
    13 days ago
  • #8986

🐛 Describe the bug micromamba create -n torchvision python=3.12 micromamba activate torchvision pip install torchvision import torchvision throw error: Python 3.12.9 | packaged by conda-forge | (main, ...
  • AndrewTsao
  • 1
  • Opened 
    14 days ago
  • #8985

🐛 Describe the bug The docs for torchvision alexnet mention that the transforms rescale the values to 0...1 before applying the mean and std scaling. However, this is not the case. Looking at the source ...
  • Stochastic13
  • 5
  • Opened 
    14 days ago
  • #8984
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub