Skip to content

Commit

Permalink
feat: zoo.pointcloud_models [placeholder]
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaEmbedding committed Feb 2, 2024
1 parent 3697824 commit 5b97f67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compressai/zoo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,18 @@
"cheng2020-attn": cheng2020_attn,
}

# Not yet available.
pointcloud_models = {
"hrtzxf2022-pcc-rec": None,
"sfu2023-pcc-rec-pointnet": None,
"sfu2024-pcc-rec-pointnet2-ssg": None,
}

video_models = {
"ssf2020": ssf2020,
}

models = {}
models.update(image_models)
models.update(pointcloud_models)
models.update(video_models)

0 comments on commit 5b97f67

Please sign in to comment.