-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor config for the Release. (#136)
* feat: cleanup code for the release. * feat: Update test data. * feat: Support submission for nuscenes. * feat: Update config typing; refactor ResNet, transformer and CC-3DT related. * Updating QDTrack zoo * Remove old QDTrack config * Fix minor issue in config * Update test data * feat: Update readme and scripts. * update page * feat: Update pyproject and fix new linting. * feat: Update version. --------- Co-authored-by: Thomas Huang <[email protected]> Co-authored-by: zrene <[email protected]>
- Loading branch information
1 parent
b25086f
commit ab73be2
Showing
215 changed files
with
1,821 additions
and
1,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,6 +95,7 @@ plugins = ["numpy.typing.mypy_plugin"] | |
"terminaltables.*", | ||
"timm.*", | ||
"vis4d_cuda_ops.*", | ||
"fvcore.*", | ||
] | ||
ignore_missing_imports = true | ||
|
||
|
@@ -111,12 +112,12 @@ plugins = ["numpy.typing.mypy_plugin"] | |
|
||
[project] | ||
name = "vis4d" | ||
version = "0.0" | ||
version = "0.1.2" | ||
authors = [{name = "VIS @ ETH", email = "[email protected]"}] | ||
description = "Vis4D Python package for Visual 4D scene understanding" | ||
readme = "README.md" | ||
license = { text="Apache 2.0"} | ||
requires-python = ">=3.9.0" | ||
license = {text = "Apache 2.0"} | ||
requires-python = ">=3.10" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
|
@@ -134,7 +135,7 @@ dependencies = {file = ["requirements/install.txt"]} | |
include = ["vis4d*"] | ||
|
||
[project.urls] | ||
"Documentation" = "https://vis.xyz/4d/" | ||
"Documentation" = "https://docs.vis.xyz/4d" | ||
"Source" = "https://github.com/syscv/vis4d" | ||
"Tracker" = "https://github.com/syscv/" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.