X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=735bee39a9514619a4f4e158ad4fa0927149d17c;hb=4d3bc68c677cc9554df9c47dd214dfc4cb9c6577;hp=a774d628c37ca6706d4cb269b552b57ac8edcd55;hpb=94548cd44f585308c13511b82320a04d96a0731c;p=pysvrt.git diff --git a/README.md b/README.md index a774d62..735bee3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The returned ByteTensor has three dimensions: * Pixel row * Pixel col -Two functions additional functions +The two additional functions ``` torch.ByteStorage svrt.compress(torch.ByteStorage x) @@ -32,7 +32,7 @@ and torch.ByteStorage svrt.uncompress(torch.ByteStorage x) ``` -provides a lossless compression scheme adapted to the ByteStorage of +provide a lossless compression scheme adapted to the ByteStorage of the vignette ByteTensor (i.e. expecting a lot of 255s, a few 0s, and no other value).