Skip to content

Commit 8258ba2

Browse files
committed
[fix] revert and remove unnecessaries
1 parent 7b354ff commit 8258ba2

File tree

74 files changed

+113
-1171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+113
-1171
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ celerybeat-schedule
120120
# Environments
121121
.env
122122
.venv
123-
#env/
123+
env/
124124
venv/
125125
ENV/
126126
env.bak/

README.MD

Lines changed: 0 additions & 144 deletions
This file was deleted.

README_sam_m73152.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

bin/compressai-remote-inference

Lines changed: 0 additions & 9 deletions
This file was deleted.

bin/compressai-split-inference

Lines changed: 0 additions & 8 deletions
This file was deleted.

compressai_vision/codecs/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
import logging
3131
import math
32+
3233
from typing import Dict, Tuple
3334

3435
import torch.nn as nn

compressai_vision/codecs/encdec_utils/png_yuv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import logging
3131
import math
3232
import shutil
33+
3334
from pathlib import Path
3435
from typing import Dict, Optional
3536

compressai_vision/codecs/encdec_utils/rawvideo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
import enum
3131
import re
32+
3233
from fractions import Fraction
3334
from typing import Any, Dict, Sequence, Union
3435

compressai_vision/codecs/encdec_utils/readwrite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030

3131
import struct
32+
3233
from pathlib import Path
3334

3435

compressai_vision/codecs/ffmpeg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import json
3232
import logging
3333
import time
34+
3435
from pathlib import Path
3536
from typing import Any, Dict, List, Union
3637

0 commit comments

Comments
 (0)