Nicolas Hug

Results 570 comments of Nicolas Hug

Hi @henrykironde , can you please provide a reproducing example and the error logs? Also please show the output of: ``` wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py # For security purposes, please check the...

Ah OK. Yeah, this is related to the pytorch extensions within `torchvision-extra-decoders`. We'll need to setup a nightly release for it. I'll get to it eventually.

@cwfoo have you tried html -> pdf converters such as [pandoc](https://pandoc.org/)?

Thanks a lot for the super detailed feature request @geezah ! This sounds reasonable but before we move towards a PR, can you help me understand why you think padding...

Thank for coming back to me @geezah . This sounds good, please feel free to submit a PR! Let's go with the simple approach of using `query_size` first, we can...

Thanks for the PR @amd-sriram . Unfortunately I don't think we'll be able to merge most incoming PRs. We're in the process of a large re-factoring of torchaudio (https://github.com/pytorch/audio/issues/3902) and...

Can you just pass tuples like `(BoundingBox, class_index)`? Or even a dict or anything. The index is an int and would be passed-through by the transforms (see also: https://pytorch.org/vision/stable/auto_examples/transforms/plot_transforms_getting_started.html#what-do-i-pass-as-input)

Hmmm have you tried to create your own subclass of `BoundingBoxes`? You should be able to handle the `label` attribute the same way we handle the other attributes/metadata of `BoundingBoxes`

I honestly don't know the answer to that from the top of my head, sorry. What I would try if I were you is to create a subclass of `BoundingBoxes`...

Can you share the output of ``` wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ```