juxtapose

View on PyPIReverse Dependencies (0)

0.0.35 juxtapose-0.0.35-py3-none-any.whl

Wheel Details

Project: juxtapose
Version: 0.0.35
Filename: juxtapose-0.0.35-py3-none-any.whl
Download: [link]
Size: 267791
MD5: 27b55f9810304ceb98d9f434bdf9a446
SHA256: 9b35ed94e83542d08c76becb9f82bcd9cf8fee8d52de88f0dcdffd2b59956450
Uploaded: 2024-05-19 13:12:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: juxtapose
Version: 0.0.35
Author: Zi Qin
Author-Email: ziqinyeow[at]gmail.com
Project-Url: Bug Tracker, https://github.com/ziqinyeow/juxtapose/issues
Project-Url: Documentation, https://sdk.juxt.space
Project-Url: Homepage, https://juxt.space
Project-Url: Source Code, https://github.com/ziqinyeow/juxtapose
License: MIT
Keywords: pose estimation,pose tracking,computer vision,deep learning,machine learning
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development
Requires-Python: >=3.8,<4.0
Requires-Dist: addict
Requires-Dist: aenum (==3.1.15)
Requires-Dist: chex
Requires-Dist: dm-haiku
Requires-Dist: dm-tree
Requires-Dist: einshape
Requires-Dist: ipympl
Requires-Dist: jax (==0.4.24)
Requires-Dist: jaxlib (==0.4.23)
Requires-Dist: jaxline
Requires-Dist: lapx (==0.5.2)
Requires-Dist: mediapy
Requires-Dist: onnx (==1.16.0)
Requires-Dist: onnxruntime (==1.17.1); sys_platform == "darwin"
Requires-Dist: onnxruntime (==1.17.1); sys_platform == "linux"
Requires-Dist: onnxruntime-gpu (==1.17.1); sys_platform == "win32"
Requires-Dist: opencv-contrib-python
Requires-Dist: opencv-python
Requires-Dist: optax
Requires-Dist: packaging (==23.1)
Requires-Dist: pycocotools
Requires-Dist: supervision (==0.17.1)
Requires-Dist: timm
Requires-Dist: tqdm (<5.0.0,>=4.65.0)
Requires-Dist: transformers
Requires-Dist: typing_extensions
Requires-Dist: yapf
Description-Content-Type: text/markdown
[Description omitted; length: 8956 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
juxtapose/__init__.py sha256=n0hOst7WU3mgKONhjuHqQhLvnkoKR00hD0Qo_EoNg-M 341
juxtapose/conf/gd-ogc.py sha256=Fy6AAX-TlWaKnLXRuL2dBhwONgRxxu1nPIO2m7FDmfE 1006
juxtapose/data/__init__.py sha256=pWQDqKwOugSqbcjsf3rcXA4WDZ8o-hz2PnonXJP6VAU 41
juxtapose/data/build.py sha256=bXc-O4J7SCPqpmHoC5ZVeWChLe_GVGtLLeJN478Mrro 3071
juxtapose/data/loaders.py sha256=98dWglDi8pcFup5PiYIAvD6QpaY0_58pphNeykRvdNo 17212
juxtapose/data/utils.py sha256=2dn1gb6Z-DWWOS5aLoJY0qxqjrJNieN2K1YRjY7iQC4 241
juxtapose/detectors/__init__.py sha256=_vUj7sYp65_DxFPv6pau-AKG5dj50ijhd1EKatADKYs 592
juxtapose/detectors/groundingdino/__init__.py sha256=flfhlp10_hV5WIYJ0kjxvv63XCxels8ZiPqHMvQH4fs 4278
juxtapose/detectors/groundingdino/datasets/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
juxtapose/detectors/groundingdino/datasets/cocogrounding_eval.py sha256=HuFCUVmBw94PLMLqe6pTPgCXyshwonYWZc3zucK27tQ 9507
juxtapose/detectors/groundingdino/datasets/transforms.py sha256=d-XDhnPjPwovcnKOpgu3HYn2yMqtu1Of26kHsAD4dXA 9984
juxtapose/detectors/groundingdino/models/GroundingDINO/__init__.py sha256=FVw3aoXL1pNcZvKQr8bKZ9NgsAbaDX4IV-oHsFTMibk 823
juxtapose/detectors/groundingdino/models/GroundingDINO/backbone/__init__.py sha256=oyTSQdao1KnUSEaJxTG3kMRKvrVgdpAQWKJUGGDOLS8 37
juxtapose/detectors/groundingdino/models/GroundingDINO/backbone/backbone.py sha256=8BctojiLKTf1nkqcPTolyi1fZty7hXiGbDdbpVjO0Co 8258
juxtapose/detectors/groundingdino/models/GroundingDINO/backbone/position_encoding.py sha256=BmcNlm-4b-3vEXLf8L5oVxkNat6d869rrvj6m-NYbv8 6985
juxtapose/detectors/groundingdino/models/GroundingDINO/backbone/swin_transformer.py sha256=RcKXN9gijF9ilpdr6eAjHRA2r4bsOV7dJ-e-7Cn8nPs 34457
juxtapose/detectors/groundingdino/models/GroundingDINO/bertwarper.py sha256=fL0JCFniEaQnY9NNGprlQ3ii0PPFkGVxe5DoFLZyuRc 12242
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn.h sha256=iHKdfuP3KwPdlzhQDZ9mnE8gey87y76ppq3D517-TlQ 1883
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cpu.cpp sha256=8FvhCE7twerrv7pY34BnVY46np7paFG0-r5DweGKYJ4 1311
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cpu.h sha256=4upVTBjMP6mVXVgARBXFlgn9tUWEDA3ickq90rx-KCw 1194
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cuda.cu sha256=K0P_SsZDk6bDbt1aCXa2e5yvlGIsFi8hyMbkRmOrmPU 7367
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cuda.h sha256=w7sdoTd8MAXo64MuhbWhXbVVSN3YsWg87xTguV26QBo 1195
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_im2col_cuda.cuh sha256=E2cpUgWHy_BZMgnWkq9hoeivWQm880uLrLiESHhJa60 54694
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/cuda_version.cu sha256=dllMsYApxwEpcu7QH202qIY80o42AjI67r_Rg_az7LM 140
juxtapose/detectors/groundingdino/models/GroundingDINO/csrc/vision.cpp sha256=_ZkKMVIrgPFNLIxnGxCznvVjjdg6cQuHl0D5w2SMUJc 1419
juxtapose/detectors/groundingdino/models/GroundingDINO/fuse_modules.py sha256=ICeuvFbSiffUZqfQAveR6zFVhTZYqJnMew-ONAaNcZo 13639
juxtapose/detectors/groundingdino/models/GroundingDINO/groundingdino.py sha256=Zjxnk4RzUNo1XS7toBSShVkmI4Ag7JAmjMBQ7JqTMfU 17992
juxtapose/detectors/groundingdino/models/GroundingDINO/groundingdinoOld.py sha256=_ojXBCmIEBwpngTH50mAs5Fd7vZvc0gyxRhSj4H1nxQ 18031
juxtapose/detectors/groundingdino/models/GroundingDINO/ms_deform_attn.py sha256=bpzCvLQoj_jKzAEB9NNsiu909qxnmzeWW5FDkh97Kww 15696
juxtapose/detectors/groundingdino/models/GroundingDINO/transformer.py sha256=tMqwi_uWSEl2HIjQg3BaruCbuYvGbjhrzS2732rIq78 37309
juxtapose/detectors/groundingdino/models/GroundingDINO/transformer_vanilla.py sha256=xOaa9JzVBw3VGqmk4zZk4HbumNPQi7OWDm6NzuvsU9g 4020
juxtapose/detectors/groundingdino/models/GroundingDINO/utils.py sha256=KCe6khrKomPbdTOvtqgYRzqVf7LvVZxPNAfacgKKCEI 10087
juxtapose/detectors/groundingdino/models/__init__.py sha256=G0OjTJkix02wycTsmUdkerNvLMzEPzDx-eBylTAVZno 754
juxtapose/detectors/groundingdino/models/registry.py sha256=O2T9V2Ko8Oji5Ir6lu05GKvEX_GXCKNZ-fmLwaKQDqw 2143
juxtapose/detectors/groundingdino/util/__init__.py sha256=nlNcRa8JrCTvjVYxoVH3f-uv5yqSrWv-stlB8MSlTjU 71
juxtapose/detectors/groundingdino/util/box_ops.py sha256=nKbwOh3xH6fhuaYFbg9aebZ2gv1MJ13kE1NVna730yc 3905
juxtapose/detectors/groundingdino/util/get_tokenlizer.py sha256=vtxH2zkCSesiMMIDGxFNHV9HDtbbwdOQXpfnQiics7M 1345
juxtapose/detectors/groundingdino/util/inference.py sha256=eZZIjC2sn8AFTePmh_rwXK7RhCbW71zxuTKBfUgFB30 8937
juxtapose/detectors/groundingdino/util/logger.py sha256=FFW3tdaKx8CrPA3Ucqmu4df6SQO8cK7oTzMFfECe238 3303
juxtapose/detectors/groundingdino/util/misc.py sha256=3vRMrOaqQDxb5Aw8w1UDtNjqcEAZ0zvJr4SF38zJ69c 23348
juxtapose/detectors/groundingdino/util/slconfig.py sha256=UZTV3niCqhigjOmueCJ6uZMfD14pQbUUNG53NF1y3iQ 14544
juxtapose/detectors/groundingdino/util/slio.py sha256=_o3V4--uSpMYDA-TGa-Dik8iRE4adUS0lqfNcTv1tGE 5377
juxtapose/detectors/groundingdino/util/time_counter.py sha256=FOCOFBaSAJTnYLDmCC--N0v3g4uKBxKnVcBxvEHCXa0 1567
juxtapose/detectors/groundingdino/util/utils.py sha256=PKrOrdH_0ChSQe9xg-SWhU84c2lSEVi92RqMqViR08k 17986
juxtapose/detectors/groundingdino/util/visualizer.py sha256=qNZBWn6vaLoI8_gbk66GhVCgSeoa4j70HFB-YBok0Pg 12047
juxtapose/detectors/groundingdino/util/vl_utils.py sha256=GezUvq3NLpoZAOb2uIQEDhAAp3g6wjXZ4xOND6yHQVA 3489
juxtapose/detectors/rtmdet/__init__.py sha256=GJGKv-fi88ZBb4iOk9ZF6iIxJMDG2M-nfw3lRFTrGss 6978
juxtapose/detectors/rtmdet/legacy.py sha256=2Gaj_iJVZHdnK5jIVWCWacEA-Fyo-4rQamQ0Nr6GxZQ 2743
juxtapose/detectors/rtmdet/utils.py sha256=C8uBBh7wPVXPWCok_PEQDi7rkqUGAEqgdnQr3WIiRkg 1715
juxtapose/detectors/yolov8/__init__.py sha256=2zAzYoueAoPlUsi0vgXp-JlLaeaJGigbmuyYViEhGxA 4369
juxtapose/pose/rtmpose/__init__.py sha256=z9YhL7zOuZ07aeCJ_v2kQBDnixGhwYzLc8cVbHIhzSY 4798
juxtapose/pose/rtmpose/legacy.py sha256=rfVW41j08-a5NmjOSJfjYV4Iouiaaq5tfzwFs8kYVGo 2845
juxtapose/pose/rtmpose/postprocessing.py sha256=f53cwtW5VTqo88QhuyqlXST9rpjGDWqPh3xG49tQ8kE 1409
juxtapose/pose/rtmpose/preprocessing.py sha256=ltIP1GIRZe_sxdr-IvMd2sEtrugv5KP1m2FbJ6jOsCs 5306
juxtapose/rtm.py sha256=WDqzUWpAxov-HBWsflzvnw3WRZt2-Yf89HfcYkv7tJY 14862
juxtapose/singletap.py sha256=5S7zdjUGx1clMEOlGeD7itgjfxVaepCGJh8DvKx_ofo 15429
juxtapose/tapnet.py sha256=HsGx9Y5WmsxWC8HsufwEeyU1bU7U0Mkwhep53tjVllc 17402
juxtapose/trackers/__init__.py sha256=miNx8CNtrZePJaiWprhX7LB1xGVQHE4R5rp1vF3tO6w 234
juxtapose/trackers/basetrack.py sha256=kHdWFf_xKu2KQbnJ4-pLt_KJ4xroRfTCMW71rPWMjaE 1566
juxtapose/trackers/bot_sort.py sha256=hkcsspPS1it8MaLxXI_GOD0pUnm0RH7xiZP-walVMNA 5773
juxtapose/trackers/byte_tracker.py sha256=7a_XfwMpNooYaAni3Ptpz0hm23j_Rr_H-3FnomeDTpY 15331
juxtapose/trackers/tapnet/.gitignore sha256=ZNM0dwXX-HtpoI7KAIgSPqRICv8J5Zh4jHFMutyyjbI 276
juxtapose/trackers/tapnet/CONTRIBUTING.md sha256=9vutxg1qGCk_m3hEL4DvI4Grs1zdlaDQcSZfZbcJFNs 970
juxtapose/trackers/tapnet/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
juxtapose/trackers/tapnet/configs/tapir_config.py sha256=uY8ZKC7Ve1GRS80pLo91sX3o6BPZfpmJaQqVyJyPnNM 5037
juxtapose/trackers/tapnet/configs/tapnet_config.py sha256=Aeo5D4v-2ypvWGWMD66aRIIf4gujz4FKK8HBVAesBcA 4816
juxtapose/trackers/tapnet/data/README.md sha256=v4eLapAmUlINrDjAbFuKhT5AkEuCWuBPbegLYo_Vz4Y 3562
juxtapose/trackers/tapnet/data/generate_tapvid.py sha256=1TlmjcxWTTb-NIgtugYJmdH301VRKOsiyednncE5x8Y 6805
juxtapose/trackers/tapnet/data/requirements.txt sha256=40ovZsCOy1H_-dFDqQjSA5VYXqn8uaj54_9Ou390jU8 43
juxtapose/trackers/tapnet/data/visualize.py sha256=1pZ0BgWAqQx-du08b12xahN7gOVixMkBcDXsRvVx6wc 2368
juxtapose/trackers/tapnet/evaluation_datasets.py sha256=o7YuSzpY-32N9Q-V8kT_ODfXNl-r94MJvmU4Q6Mb0_M 25581
juxtapose/trackers/tapnet/experiment.py sha256=H4JXZhSC7C7KEWS7ajgwnydFl2phtzBgOwGbIVlb_q0 15553
juxtapose/trackers/tapnet/live_demo.py sha256=M4yNwAPM8xohJ7n9K_yuV7VqqAOF3n8NmId7u40eOdY 10666
juxtapose/trackers/tapnet/models/resnet.py sha256=fZShHmPK-krnNxeKHyQtHnPw2wnmfeJ5R-K-KDX1nHk 16364
juxtapose/trackers/tapnet/models/tsm_resnet.py sha256=QkYo3KbuDY1D2XQkO9GaCNYTmkbu0lK0JWSZfLRbqtY 16800
juxtapose/trackers/tapnet/models/tsm_utils.py sha256=gGaI6xWK8T2vxEV1jRDoOSuY78zQONGQbEGv-CbadWE 8707
juxtapose/trackers/tapnet/optimizers.py sha256=w7FdXJIlekwAX3RHnGf9SIVp-CRp2x42-sdwKOuBEh8 2772
juxtapose/trackers/tapnet/requirements.txt sha256=2y8xUPjyecnZ-K1PlsTAJrtIVbZ4raGDugosr7je0bs 189
juxtapose/trackers/tapnet/requirements_inference.txt sha256=eL38XdB_nvJC-PCHMd57snhRBmIzmK43eZCtbRd_jCI 112
juxtapose/trackers/tapnet/supervised_point_prediction.py sha256=6qvfIIl4ELW2f7f_H3NjwIzOEUxZcdPYYkK3ttjlNPs 45757
juxtapose/trackers/tapnet/tapir_clustering.py sha256=kIYOZQlnt4Amh-asI5b9pF3hxnsIVf2FeS53ti725nw 39052
juxtapose/trackers/tapnet/tapir_model.py sha256=9kO41rH2Lfl5pYfeRKspFXM1hCvWwlf0hM_pFD9gmE4 41002
juxtapose/trackers/tapnet/tapnet_model.py sha256=MwzclL17wRA2pRdkXMFuRLRYZyuPsjrBzMpEnKtaZiQ 10448
juxtapose/trackers/tapnet/task.py sha256=9C2m74uSj4HNLshWMdguS-cM9ij_VgPsccbDCuMDDx0 7073
juxtapose/trackers/tapnet/utils/experiment_utils.py sha256=Fmh7BfJBFLbbTCikKZiMxGJueTdEUPJL1CQXFcYKL5U 9548
juxtapose/trackers/tapnet/utils/model_utils.py sha256=kZJnlyh86CmNzYzUWX3LedkmdJkXVYS5r_meqvAC6oA 8977
juxtapose/trackers/tapnet/utils/transforms.py sha256=1Py_P9uwRzxIYHURUw7D6KPr3J-9WlGJrIs43LQXazQ 3217
juxtapose/trackers/tapnet/utils/viz_utils.py sha256=yKlvnaXyelFDXyvZlIlHRWiXG6y8nRo_7W2mRDz_bNU 8372
juxtapose/trackers/track.py sha256=-aD_gR840neYBHaF9mv15ZOlzJQTjBp6d7NrsdnVMyk 1776
juxtapose/trackers/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
juxtapose/trackers/utils/gmc.py sha256=ir69lgPkqABwH-MgD1gSJkhY1P280UA2k76XV_PWvY0 12505
juxtapose/trackers/utils/kalman_filter.py sha256=m-iVUc5YR83t8N_m1mEKKSx8K7rREiPSpKjgERxiXfM 19096
juxtapose/trackers/utils/matching.py sha256=CRaqF9uRCoDtWiHL4DPTmIJbKy-q0vnGT-p0la1Imrw 8919
juxtapose/types/__init__.py sha256=_Qyb98GJk0MygnWG7Xt_DudjnVLURZdqmV3tCNevhMg 333
juxtapose/utils/__init__.py sha256=ZzjOivUi82bKp5yHkO4j6J5uqbakuuUeNeYlkbOjF4I 22422
juxtapose/utils/checks.py sha256=HaNvTxoSWlsLBATEB4EitsZd8qU7LzQSk6SSHXsQfqA 15625
juxtapose/utils/core.py sha256=z2UK-q78yDMeoB1tk0CtsTsWV6LI-5LiyqsK4dpA0Cs 17531
juxtapose/utils/downloads.py sha256=ZoBPYe3cinH4cPw2DevlaqwkLIS0Z7A9AGw8xKjjFN8 9404
juxtapose/utils/ops.py sha256=U3T__lbGlP4QD3iAZRmrLaihJeobQlWrjQJxG3L7at0 1706
juxtapose/utils/patches.py sha256=A5oP6ygc-FretaqCx50xUvt5wPtbR7ninzFWDXYD_Gk 1204
juxtapose/utils/plotting.py sha256=srSfyGOYzKu92WPKUUBiNTAtEhMdDVI6M_-aEU59J-c 3967
juxtapose/utils/polygon.py sha256=qO85QY59z4bwzBFvCxu7ol2revd2Aa4lR0BzTU6tAcE 4248
juxtapose/utils/roi.py sha256=-sVqzcrSAKcD50ZIvCcfChwfW7xJKLXg-gnIhccD9e0 2287
juxtapose/utils/torch_utils.py sha256=2UXtfk_5-s7rxTzBDxX2ZnTw6IgsRhnGYSPFQdEcayQ 681
juxtapose-0.0.35.dist-info/LICENSE sha256=nVjoAOihsqFGIxcf13atg2GYH6o-OftHmpkIazoA5ZQ 1071
juxtapose-0.0.35.dist-info/METADATA sha256=ku6wEd08T4dcFCNP1o9BmPIeisYzwC_DP7hKAolMhfc 11270
juxtapose-0.0.35.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
juxtapose-0.0.35.dist-info/RECORD