We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30737c commit e88e19fCopy full SHA for e88e19f
torchvision/tv_tensors/_keypoints.py
@@ -8,9 +8,6 @@
8
from ._tv_tensor import TVTensor
9
10
11
-# TODOKP do we support arbitrary number of leading dimension, as claimed in the
12
-# docs?
13
-# This doesn't seem to be tested?
14
class KeyPoints(TVTensor):
15
""":class:`torch.Tensor` subclass for tensors with shape ``[..., 2]`` that represent points in an image.
16
0 commit comments