You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it says: If filled, Resulting Tensor should be saved as PNG image.. What does word filled refer to? Where would it be saved? To some file path? Or encoded into the output tensor?
The text was updated successfully, but these errors were encountered:
vadimkantorov
changed the title
[docs] Usage example missing for draw_bounding_boxes
[docs] Usage example missing for torchvision.utils.draw_bounding_boxes
Feb 24, 2021
Nice points @vadimkantorov . We recently added these utils and they are bit on the rough edge.
We have these TODO points in #3364 . I wanted to add this PR after #3330 .
@datumbox Since it will take time to add segmentation mask utility. Should I quickly patch #3364 ?
https://pytorch.org/vision/master/utils.html?highlight=draw_bounding_boxes#torchvision.utils.draw_bounding_boxes
Return type is not described.
Also, it says:
If filled, Resulting Tensor should be saved as PNG image.
. What does wordfilled
refer to? Where would it besaved
? To some file path? Or encoded into the output tensor?The text was updated successfully, but these errors were encountered: