lightly-studio 0.3.2__py3-none-any.whl → 0.3.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of lightly-studio might be problematic. Click here for more details.
- lightly_studio/__init__.py +1 -1
- lightly_studio/api/app.py +8 -4
- lightly_studio/api/db_tables.py +0 -3
- lightly_studio/api/routes/api/annotation.py +26 -0
- lightly_studio/api/routes/api/annotations/__init__.py +7 -0
- lightly_studio/api/routes/api/annotations/create_annotation.py +52 -0
- lightly_studio/api/routes/api/caption.py +30 -0
- lightly_studio/api/routes/api/dataset.py +3 -5
- lightly_studio/api/routes/api/embeddings2d.py +136 -0
- lightly_studio/api/routes/api/export.py +73 -0
- lightly_studio/api/routes/api/metadata.py +57 -1
- lightly_studio/api/routes/api/selection.py +87 -0
- lightly_studio/core/add_samples.py +138 -9
- lightly_studio/core/dataset.py +174 -63
- lightly_studio/core/dataset_query/dataset_query.py +5 -0
- lightly_studio/dataset/env.py +4 -0
- lightly_studio/dataset/file_utils.py +13 -2
- lightly_studio/dataset/loader.py +2 -62
- lightly_studio/dataset/mobileclip_embedding_generator.py +3 -2
- lightly_studio/db_manager.py +10 -4
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/0.B3oFNb6O.css +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/2.CkOblLn7.css +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/Samples.CIbricz7.css +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/_layout.7Ma7YdVg.css +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/{useFeatureFlags.CV-KWLNP.css → _layout.CefECEWA.css} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/transform.2jKMtOWG.css +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/-DXuGN29.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/{Ccq4ZD0B.js → B7302SU7.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/BeWf8-vJ.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Bqz7dyEC.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C1FmrZbK.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/{DRZO-E-T.js → CSCQddQS.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CZGpyrcA.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CfQ4mGwl.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CiaNZCBa.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cqo0Vpvt.js +417 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cy4fgWTG.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D5w4xp5l.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DD63uD-T.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DQ8aZ1o-.js +3 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/{Df3aMO5B.js → DSxvnAMh.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D_JuJOO3.js +20 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D_ynJAfY.js +2 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dafy4oEQ.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/{BqBqV92V.js → Dj4O-5se.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DmjAI-UV.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dug7Bq1S.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dv5BSBQG.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DzBTnFhV.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DzX_yyqb.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Frwd2CjB.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/H4l0JFh9.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/H60ATh8g.js +2 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/qIv1kPyv.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/sLqs1uaK.js +20 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/u-it74zV.js +96 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/app.BPc0HQPq.js +2 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/start.SNvc2nrm.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/0.5jT7P06o.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/1.Cdy-7S5q.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/10.C_uoESTX.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/12.DcO8wIAc.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/2.BIldfkxL.js +1012 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/{3.w9g4AcAx.js → 3.BC9z_TWM.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/{4.BBI8KwnD.js → 4.D8X_Ch5n.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/5.CAXhxJu6.js +39 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/{6.CrbkRPam.js → 6.DRA5Ru_2.js} +1 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/7.WVBsruHQ.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/8.BuKUrCEN.js +20 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/9.CUIn1yCR.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/workers/clustering.worker-DKqeLtG0.js +2 -0
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/workers/search.worker-vNSty3B0.js +1 -0
- lightly_studio/dist_lightly_studio_view_app/_app/version.json +1 -1
- lightly_studio/dist_lightly_studio_view_app/index.html +15 -14
- lightly_studio/examples/example.py +4 -0
- lightly_studio/examples/example_coco.py +4 -0
- lightly_studio/examples/example_coco_caption.py +24 -0
- lightly_studio/examples/example_metadata.py +4 -1
- lightly_studio/examples/example_selection.py +4 -0
- lightly_studio/examples/example_split_work.py +4 -0
- lightly_studio/examples/example_yolo.py +4 -0
- lightly_studio/export/export_dataset.py +73 -0
- lightly_studio/export/lightly_studio_label_input.py +120 -0
- lightly_studio/few_shot_classifier/classifier_manager.py +5 -26
- lightly_studio/metadata/compute_typicality.py +67 -0
- lightly_studio/models/annotation/annotation_base.py +11 -12
- lightly_studio/models/caption.py +73 -0
- lightly_studio/models/dataset.py +1 -2
- lightly_studio/models/metadata.py +1 -1
- lightly_studio/models/sample.py +2 -2
- lightly_studio/resolvers/annotation_label_resolver/__init__.py +2 -1
- lightly_studio/resolvers/annotation_label_resolver/get_all.py +15 -0
- lightly_studio/resolvers/annotation_resolver/__init__.py +2 -3
- lightly_studio/resolvers/annotation_resolver/create_many.py +3 -3
- lightly_studio/resolvers/annotation_resolver/delete_annotation.py +1 -1
- lightly_studio/resolvers/annotation_resolver/delete_annotations.py +7 -3
- lightly_studio/resolvers/annotation_resolver/get_by_id.py +19 -1
- lightly_studio/resolvers/annotation_resolver/update_annotation_label.py +0 -1
- lightly_studio/resolvers/annotations/annotations_filter.py +1 -11
- lightly_studio/resolvers/caption_resolver.py +80 -0
- lightly_studio/resolvers/dataset_resolver.py +4 -7
- lightly_studio/resolvers/metadata_resolver/__init__.py +2 -2
- lightly_studio/resolvers/metadata_resolver/sample/__init__.py +3 -3
- lightly_studio/resolvers/metadata_resolver/sample/bulk_update_metadata.py +46 -0
- lightly_studio/resolvers/samples_filter.py +18 -10
- lightly_studio/selection/mundig.py +7 -10
- lightly_studio/selection/selection_config.py +4 -1
- lightly_studio/services/annotations_service/__init__.py +8 -0
- lightly_studio/services/annotations_service/create_annotation.py +63 -0
- lightly_studio/services/annotations_service/delete_annotation.py +22 -0
- lightly_studio/type_definitions.py +2 -0
- {lightly_studio-0.3.2.dist-info → lightly_studio-0.3.4.dist-info}/METADATA +231 -41
- {lightly_studio-0.3.2.dist-info → lightly_studio-0.3.4.dist-info}/RECORD +114 -104
- lightly_studio/api/routes/api/annotation_task.py +0 -37
- lightly_studio/api/routes/api/metrics.py +0 -76
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/0.DenzbfeK.css +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/SelectableSvgGroup.BBm0IWdq.css +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/SelectableSvgGroup.BNTuXSAe.css +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/_layout.T-zjSUd3.css +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/2O287xak.js +0 -3
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/7YNGEs1C.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/BBoGk9hq.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/BRnH9v23.js +0 -92
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Bg1Y5eUZ.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C0JiMuYn.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C98Hk3r5.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CG0dMCJi.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cpy-nab_.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Crk-jcvV.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cs31G8Qn.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CsKrY2zA.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cur71c3O.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CzgC3GFB.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D8GZDMNN.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DFRh-Spp.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DcGCxgpH.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DkR_EZ_B.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DqUGznj_.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/H7C68rOM.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/KpAtIldw.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/M1Q1F7bw.js +0 -4
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/OH7-C_mc.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/gLNdjSzu.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/i0ZZ4z06.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/app.BI-EA5gL.js +0 -2
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/start.CcsRl3cZ.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/0.BbO4Zc3r.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/1._I9GR805.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/10.J2RBFrSr.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/12.Cmqj25a-.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/2.C45iKJHA.js +0 -6
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/5.huHuxdiF.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/7.FomEdhD6.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/8.Cb_ADSLk.js +0 -1
- lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/9.CajIG5ce.js +0 -1
- lightly_studio/metrics/__init__.py +0 -0
- lightly_studio/metrics/detection/__init__.py +0 -0
- lightly_studio/metrics/detection/map.py +0 -268
- lightly_studio/models/annotation_task.py +0 -28
- lightly_studio/resolvers/annotation_resolver/create.py +0 -19
- lightly_studio/resolvers/annotation_task_resolver.py +0 -31
- lightly_studio/resolvers/metadata_resolver/sample/bulk_set_metadata.py +0 -48
- {lightly_studio-0.3.2.dist-info → lightly_studio-0.3.4.dist-info}/WHEEL +0 -0
|
@@ -1,41 +1,45 @@
|
|
|
1
|
-
lightly_studio/__init__.py,sha256=
|
|
2
|
-
lightly_studio/db_manager.py,sha256=
|
|
1
|
+
lightly_studio/__init__.py,sha256=l04o5TZrSbEMkradiGnAG8KHsm8cBX1kwlsjgiSumQg,574
|
|
2
|
+
lightly_studio/db_manager.py,sha256=lXazCGa1M3RaxvLmNJCLwh2kl1aOYblSei6Tu6Wh0pM,5182
|
|
3
3
|
lightly_studio/export_schema.py,sha256=tjJnekCJFacaK6Hraabfbat0hUknwRW7DqO1lddXcA0,484
|
|
4
4
|
lightly_studio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
lightly_studio/setup_logging.py,sha256=o4xDUKJ-YkATLvKOqgwSzHaOjGXzN_-1HkiG5hbHXB8,672
|
|
6
|
-
lightly_studio/type_definitions.py,sha256=
|
|
6
|
+
lightly_studio/type_definitions.py,sha256=qFtIVz-4qdZ6b8m785iC2CGtgtSmhMFtVs8mFK23aFQ,610
|
|
7
7
|
lightly_studio/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
lightly_studio/api/app.py,sha256=
|
|
8
|
+
lightly_studio/api/app.py,sha256=f4dY_UU-Moeh8udE2gkeKtoZivtvcE4RRa-8xFOkS2k,3070
|
|
9
9
|
lightly_studio/api/cache.py,sha256=eJF4VYBFhx_p5rItfIIe18SDqUJVkKIDROXv61Tv1Zo,2478
|
|
10
|
-
lightly_studio/api/db_tables.py,sha256=
|
|
10
|
+
lightly_studio/api/db_tables.py,sha256=mL92m47wgxdXAGvfXt4oAOy9R_Q3Vxe_7rPU_NmoMEo,1206
|
|
11
11
|
lightly_studio/api/features.py,sha256=4iwYUj8KMvpC3nvA2bbJQnABacgFC9MfD0jX9hHeYm0,242
|
|
12
12
|
lightly_studio/api/server.py,sha256=dsHBdgPkD3z43GCP4VEoXmC77Pir12Woap4qc7LN52Y,2513
|
|
13
13
|
lightly_studio/api/routes/healthz.py,sha256=4wfMBPqpwYsFenUo006aVA1aIcZg4fg9biM93D0HMlk,356
|
|
14
14
|
lightly_studio/api/routes/images.py,sha256=J8HSgdmVSMzW9cKmx2Qx2fciFluAU9c6W7nQwg_J-p0,2883
|
|
15
15
|
lightly_studio/api/routes/webapp.py,sha256=7l0-OlShofB0FMZu7X0Kgafp76_S38Exy-hOLsJXdZs,1691
|
|
16
|
-
lightly_studio/api/routes/api/annotation.py,sha256=
|
|
16
|
+
lightly_studio/api/routes/api/annotation.py,sha256=XT_fOraJoO6bmRAsI_H-5CBwMlyGvjGRSXLaTFq4Q1w,8611
|
|
17
17
|
lightly_studio/api/routes/api/annotation_label.py,sha256=YZHcgGwzDUo8TTVfWw_hIxRW9Now7sL8gv7-iKaNsCA,2678
|
|
18
|
-
lightly_studio/api/routes/api/
|
|
18
|
+
lightly_studio/api/routes/api/caption.py,sha256=a2Z0Y_UeY1wJTuP6ryVoZo-_73SADJs4LXKQcBMpbGE,1067
|
|
19
19
|
lightly_studio/api/routes/api/classifier.py,sha256=ZBT8LVolL27SAjZjx2YCEGTGervDQeKWWQh4Fa3DKsI,10877
|
|
20
|
-
lightly_studio/api/routes/api/dataset.py,sha256=
|
|
20
|
+
lightly_studio/api/routes/api/dataset.py,sha256=BIPd5OIhfODj6YIVJ1jhhTGKclJVvcdWlfczSZi0pJE,5357
|
|
21
21
|
lightly_studio/api/routes/api/dataset_tag.py,sha256=5SwrguT5Ds4AkIlCLFPpbLYvkS_vVeB9j7VNDfh251c,7607
|
|
22
|
+
lightly_studio/api/routes/api/embeddings2d.py,sha256=baPhzVs34gnAEq3PX4gTtCoiDO5Wb4o0nFwxts80s7E,5423
|
|
22
23
|
lightly_studio/api/routes/api/exceptions.py,sha256=89QD_JVXSCtHUSyTAK_5ganPu7J943KHTXcIkqSU9UY,3331
|
|
24
|
+
lightly_studio/api/routes/api/export.py,sha256=TIF8_JJCTHkob0Ugx_pkJoGqaHIMgA_SgcZ65N9Axx0,2411
|
|
23
25
|
lightly_studio/api/routes/api/features.py,sha256=X3o_iCSLK6f32ctwVQQAKQolUYRA_9SyM7QPKNtPoD8,477
|
|
24
|
-
lightly_studio/api/routes/api/metadata.py,sha256=
|
|
25
|
-
lightly_studio/api/routes/api/metrics.py,sha256=lKwOcftI-Z_K2WaFjIzhphKlHotWe2eFJ0R7TGWbs7o,2574
|
|
26
|
+
lightly_studio/api/routes/api/metadata.py,sha256=KKPMqDmFmLo0FSAaTNeyzJ2eQGbtsfIRCHCfp2rpIAs,2888
|
|
26
27
|
lightly_studio/api/routes/api/sample.py,sha256=k3-Wm2VBva3PxOIc3ZTbn64m3nMgPrJU-Zun56NNVjw,6523
|
|
28
|
+
lightly_studio/api/routes/api/selection.py,sha256=_T5ZzZmPPlqIzBCsmLcJEafEWtkLatYspdgLtpTJTX0,3031
|
|
27
29
|
lightly_studio/api/routes/api/settings.py,sha256=x-Mr_m02diehh4MBq_F6M5DEFXD6MvgRD-06Bef985g,954
|
|
28
30
|
lightly_studio/api/routes/api/status.py,sha256=PCXra08H8UCepaSc7PxQ7ySNwyC7U-Gsr818bVfawv4,528
|
|
29
31
|
lightly_studio/api/routes/api/text_embedding.py,sha256=ypKHPVg8NpJu40j2yAypzF14eKxrJBQZc9tFQC92ZrY,1456
|
|
30
32
|
lightly_studio/api/routes/api/validators.py,sha256=2I70qb9bXnnhVk-hMYXbGBJDGSws0bqWICb77PaxD6k,539
|
|
33
|
+
lightly_studio/api/routes/api/annotations/__init__.py,sha256=O06o1vsFZAHMO9DnrtAsCcFARAEh2dj3IR6aaeMN4bM,112
|
|
34
|
+
lightly_studio/api/routes/api/annotations/create_annotation.py,sha256=njncfS7ui95w3Vg3HF1FpmyDUPlsnG-Vm1ZGYPaRgoM,1510
|
|
31
35
|
lightly_studio/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
lightly_studio/core/add_samples.py,sha256=
|
|
33
|
-
lightly_studio/core/dataset.py,sha256=
|
|
36
|
+
lightly_studio/core/add_samples.py,sha256=5R5MNcBuP7ioMZC5TTqNdoSHWB0s6epqv_pyLuXABRk,18961
|
|
37
|
+
lightly_studio/core/dataset.py,sha256=MT-Y71m39WZ_5m4eYviEzFaNqzDtKkeDl0MyhVkGD4A,18755
|
|
34
38
|
lightly_studio/core/sample.py,sha256=I0ev9Ak1TXrzzWwUBOPokvv4zbzq_1dkR_ZsnURXob0,6503
|
|
35
39
|
lightly_studio/core/start_gui.py,sha256=ZwO76xMTfHp8ztYzBuRHnNcRAWZoN5KMDQkJ4NayR8w,1605
|
|
36
40
|
lightly_studio/core/dataset_query/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
41
|
lightly_studio/core/dataset_query/boolean_expression.py,sha256=pDRYTcNoaUcPrVjbxz5vut_TMa5kK7vP73DPfof-gxc,2041
|
|
38
|
-
lightly_studio/core/dataset_query/dataset_query.py,sha256=
|
|
42
|
+
lightly_studio/core/dataset_query/dataset_query.py,sha256=s34gBmZVfxf7nv1Sfcde9ScPutfF1rgchHGPmZ4SRBM,7999
|
|
39
43
|
lightly_studio/core/dataset_query/field.py,sha256=aKTeiVWcFyc22VO8v79j01CkcfdaLHIl70pn7aTa3Cg,3825
|
|
40
44
|
lightly_studio/core/dataset_query/field_expression.py,sha256=tfu0nwHwbUc1W4kcsDuurR60aJLLVWFwZh1zP3OqhM8,2502
|
|
41
45
|
lightly_studio/core/dataset_query/match_expression.py,sha256=hAsYjxcwon-3iU3pdI0gUa3XRbmxnHT1xwSI18zCdC4,651
|
|
@@ -46,18 +50,19 @@ lightly_studio/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
|
46
50
|
lightly_studio/dataset/edge_embedding_generator.py,sha256=obLsDHxOId9QM-MAaZqDOujJArfjp-eJMgeucWBUjos,4552
|
|
47
51
|
lightly_studio/dataset/embedding_generator.py,sha256=OClb60y4thJiVU-rU4JWKQwp-1s2bw9nJJm2yqxyGzo,2835
|
|
48
52
|
lightly_studio/dataset/embedding_manager.py,sha256=QBN6ev_PhaP0wFqTfjOkYbV6zqxkwolK_6IF-AbjCLY,8147
|
|
49
|
-
lightly_studio/dataset/env.py,sha256=
|
|
50
|
-
lightly_studio/dataset/file_utils.py,sha256=
|
|
53
|
+
lightly_studio/dataset/env.py,sha256=YghE9ehKG03gol_QcUuj2J6d9A8V4fASxXVZQ93Rv-o,814
|
|
54
|
+
lightly_studio/dataset/file_utils.py,sha256=_hd9NSs21Ib1-MuBOKNz1Cu6psUdFIXWHRscNQ-Ch8g,1245
|
|
51
55
|
lightly_studio/dataset/fsspec_lister.py,sha256=WezfO5KiiFoiCSBh3aocrPSbDZBauOxWuh0qaEkOb5g,8779
|
|
52
|
-
lightly_studio/dataset/loader.py,sha256=
|
|
53
|
-
lightly_studio/dataset/mobileclip_embedding_generator.py,sha256=
|
|
56
|
+
lightly_studio/dataset/loader.py,sha256=koI1-DwCvgueyhL_2TFBC0M9NFAsxKaLtsV_7pgrkbc,20227
|
|
57
|
+
lightly_studio/dataset/mobileclip_embedding_generator.py,sha256=9WUfxroBNguOSESJgj3vzlF3oHFRr-II-xdr__jpo6I,5030
|
|
54
58
|
lightly_studio/dist_lightly_studio_view_app/apple-touch-icon-precomposed.png,sha256=UUbtebSGy54c3N14FM0irnjnDOsw-ga0zZoWzxIbyeY,1571
|
|
55
59
|
lightly_studio/dist_lightly_studio_view_app/apple-touch-icon.png,sha256=UUbtebSGy54c3N14FM0irnjnDOsw-ga0zZoWzxIbyeY,1571
|
|
56
60
|
lightly_studio/dist_lightly_studio_view_app/favicon.png,sha256=UUbtebSGy54c3N14FM0irnjnDOsw-ga0zZoWzxIbyeY,1571
|
|
57
|
-
lightly_studio/dist_lightly_studio_view_app/index.html,sha256=
|
|
61
|
+
lightly_studio/dist_lightly_studio_view_app/index.html,sha256=5VRSh0SSFeh8hVQuzqILlmsqsPS5JRZ_nT_tLuZb3Ls,1912
|
|
58
62
|
lightly_studio/dist_lightly_studio_view_app/_app/env.js,sha256=hLh9EQqXP13H3XQjod8C7qhob7-CvlByIRZBZ0M37fw,85
|
|
59
|
-
lightly_studio/dist_lightly_studio_view_app/_app/version.json,sha256
|
|
60
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/0.
|
|
63
|
+
lightly_studio/dist_lightly_studio_view_app/_app/version.json,sha256=-Nq08INEQIGOy998WDwc4PRQUrVQdMzMrrlOea9YRoQ,27
|
|
64
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/0.B3oFNb6O.css,sha256=2cOkSWcAQRqIqSOkF3CeRkxdew5CyU-GVjGeq_GcsdI,53051
|
|
65
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/2.CkOblLn7.css,sha256=QamuVSgnZ34DwGDxV7dbBGGflITlyMyJD3tjTMeedvE,96
|
|
61
66
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/LightlyLogo.BNjCIww-.png,sha256=Hu4gPw9s4pxEOk85ro5VjB4GKLoiMrQCT2LB4cFtpg8,17123
|
|
62
67
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-Bold.DGvYQtcs.ttf,sha256=vHPEXlgQoJcevq7062w13shGB9vgLaZ1f59D2Vi22l8,130860
|
|
63
68
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-Italic-VariableFont_wdth_wght.B4AZ-wl6.ttf,sha256=QSoWv9h46CRX_fdlqFM3O2d3-PF3R1srnb4zUezcLm0,580280
|
|
@@ -65,136 +70,141 @@ lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-Mediu
|
|
|
65
70
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-Regular.DxJTClRG.ttf,sha256=ZTBIAnfaYu_eBH6ybnin5TLRz67skWA-aNY4drlmnw0,130832
|
|
66
71
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-SemiBold.D3TTYgdB.ttf,sha256=5gMTXMOxIAxyYLNPN_nLHyF4pCs2MDfiah4YJ2q3i_A,130760
|
|
67
72
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/OpenSans-VariableFont_wdth_wght.BZBpG5Iz.ttf,sha256=E3RLvAefD0kuT7OxShXSQrjZYA-qzUI9WM35N_6nzms,529700
|
|
68
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/
|
|
69
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/
|
|
70
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/_layout.
|
|
71
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/
|
|
72
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks
|
|
73
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/Samples.CIbricz7.css,sha256=cC8Kk73iF69o4ffgbez7Vyiv4t5v-CzRlsVsXSkMS1Q,819
|
|
74
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/_layout.7Ma7YdVg.css,sha256=rgWwyf_JO3hv9PGD4wNVrIexdE20yKy3LUUq6MNLWZw,53111
|
|
75
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/_layout.CefECEWA.css,sha256=Iae7LyxeYJ_GTH3bExOeQsso2C0M0FEM1cpWjpon4Ek,384
|
|
76
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/transform.2jKMtOWG.css,sha256=7p_E1zLsA60z2S0U72W2Lxd_AxJ6IY5wXHURXaWPggM,1107
|
|
77
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/-DXuGN29.js,sha256=Lnrpd3bSsXNbHouKNbE4kElxMcfObz8TUCUWaJxSau8,1417
|
|
73
78
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/69_IOA4Y.js,sha256=ZeRHEle237-CUEan-VArVExxfKi9XafXM591ylj_ecs,34
|
|
74
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
79
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/B7302SU7.js,sha256=EJ2kY3gKAMRYJM7kO1qjw9wyxSN98vYIT1WGI5JNfrk,227
|
|
75
80
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/B90CZVMX.js,sha256=NSrXzdg71WFiRRhYQIfnoZLpblfPyXvuXXCWIJ1-FQ4,110
|
|
76
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
77
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
78
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
79
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
80
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C0JiMuYn.js,sha256=kwEwiVionPuijDXwBp2hiMQwLOASQw2NiDOBE_ZUpEM,7140
|
|
81
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C98Hk3r5.js,sha256=5EukfhOw4LqrFVPbpgSM-D_TNqVhJw-X0K-98pbnw8w,2247
|
|
82
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CG0dMCJi.js,sha256=r3_g0atRT6wkMsiYq_i5AdOlOuBwIIepOFdGtUw8MRU,712
|
|
81
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/BeWf8-vJ.js,sha256=SIyNmWPLr1XysrwLt8iIJcvtqcYIBtmKVOJRdbtX6Xs,9917
|
|
82
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Bqz7dyEC.js,sha256=1Dc0otTiA5pHl9soZAQ_HBkFTcqMvBvbZLRw9GwqteI,971
|
|
83
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/C1FmrZbK.js,sha256=3avQjvGJbdB6LCqNAamWPRgdza8dPLkXsyGWXDk33ek,1141
|
|
84
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CSCQddQS.js,sha256=WUDGcKtBFcjRPmH40GQsl2xRJlcQHWZQhTsJKsvw2Mk,1515
|
|
83
85
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CWj6FrbW.js,sha256=U8gujwcJTusJSlmztmyz71B67fviyXJdA4sx4tz-wvY,106
|
|
84
86
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CYgJF_JY.js,sha256=wIbvC8qcEbFh6Wuxi6tST_Zensm43mTMXLYV4HCoGjI,336
|
|
85
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
86
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
87
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
88
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
89
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
90
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
91
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
92
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D8GZDMNN.js,sha256=X61M1yxeNrATScHQq_eeDC97Jsiz96NlF1NDt8VnUnE,5977
|
|
93
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DFRh-Spp.js,sha256=_h_7A1hWxvtKDBkalFaUcR_utNXl14s6NASRGAA-92M,20007
|
|
87
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CZGpyrcA.js,sha256=OczW2hZdtQ-A-dpButvy6Qtxmh_Zz7IXi7IYWRDWwvE,2310
|
|
88
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CfQ4mGwl.js,sha256=lhIayRp6S2E7KAs04hljI2p4VtK-DOj86q8c6kJkFP4,1120
|
|
89
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/CiaNZCBa.js,sha256=DkKEyMcaTvpJbsmHy7jqtQcd0aNxkuAlS4XbujUGMUo,1542
|
|
90
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cqo0Vpvt.js,sha256=49wdwOHZzY6AOZvdF2HebFbN2lbW-27sg3IfSIl3FUE,457619
|
|
91
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Cy4fgWTG.js,sha256=96foUGOux1NNJXOnrrleeeIjlVsmjBvI7bmZugGm0I0,720
|
|
92
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D5w4xp5l.js,sha256=LSWgMdUfrwnmd2jY1tJfUxfmYQXCB1IzOLXQSYtTT50,9899
|
|
93
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DD63uD-T.js,sha256=JQ9HMuutbHmiKrq6xE0VXviRAQoHxAjwhsbbkltWMHg,12555
|
|
94
94
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DIeogL5L.js,sha256=Ux-9DG7TuJMhTle8qli8iEz061qYxmM9ZlDzFdqSTc8,62
|
|
95
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
96
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
97
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
98
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
99
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
100
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
101
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
102
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
103
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
104
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
105
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/
|
|
106
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/
|
|
107
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/
|
|
108
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/
|
|
109
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/
|
|
110
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/
|
|
95
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DQ8aZ1o-.js,sha256=nrmZr5zcmN9IpiCBkN_cTuyXtVjz1PZqAsPpEPjgrGo,32473
|
|
96
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DSxvnAMh.js,sha256=ybs4OjINaBmyUHsbJDR5Ht1yZkKI2v-mtjJchBSTWqQ,313
|
|
97
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D_JuJOO3.js,sha256=2nTWadStNUmu8_tQRbET2OMvuesMnLNFwgCHrTr4uyA,1475
|
|
98
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/D_ynJAfY.js,sha256=nW5WWy-gcn7IMBm8GdVyZT9XXLffSRtwaUMmUiZ1AUU,23229
|
|
99
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dafy4oEQ.js,sha256=JYzaXKx2TvVq2fi1fr9n8Lx-AG3QDhFWaltVsYSVE70,2900
|
|
100
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dj4O-5se.js,sha256=sBY2I-HxImhs7UVcwtwK9zud-sYumTjBp-gC0uHIDa0,7293
|
|
101
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DmjAI-UV.js,sha256=0zhuevMdyIMX8vFEMov4GlKhq3YDWQoM04XiBm-EIHY,13385
|
|
102
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dug7Bq1S.js,sha256=daviAjTEp3uDoi9wkx4MOcBUn9E4JnCnI8TsECcaKUc,1552
|
|
103
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Dv5BSBQG.js,sha256=dMHupMa510uj5C-NL-IOIw7JrdRqzWE1jLa-9Re70jc,207
|
|
104
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DzBTnFhV.js,sha256=vd_rJ3PlVQeaG6M6bFWvMVSiBn3X4WB5bWfSLW3kU30,512
|
|
105
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/DzX_yyqb.js,sha256=N0QF7LgpQak8H75obJ4BlhCVAthv3Z6NdN9zqd8D-dQ,6478
|
|
106
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/Frwd2CjB.js,sha256=YO0IQQzg3t0zg9qTMpPOVXbnNzPlpyvwxCRTmoFKD3M,23952
|
|
107
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/H4l0JFh9.js,sha256=XDTY-nHj6VMGwcb7Kt25HZZIZEgo8h8hxsUVeckDwqg,14152
|
|
108
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/H60ATh8g.js,sha256=C8kFJeZzY4xDlbzNh9f7ALysw8rdsxFENSdpgJ9ptH4,7348
|
|
109
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/qIv1kPyv.js,sha256=9oo3qcviFgqek4fmv6Ye2jTi2ztuiX72XcAMdAcNsXI,2692
|
|
110
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/sLqs1uaK.js,sha256=e2B6ze9MQI19QUZwQvuxuPLansxy-juDD2X0doRbnMU,2004
|
|
111
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/chunks/u-it74zV.js,sha256=iIlMfQgM3DleJzdMYdcMaVWXCnyuzEXqtCHvzBNBDbk,22661
|
|
112
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/app.BPc0HQPq.js,sha256=EdnYCrG40vms8ibzydFz2O4kvigObEIzLtUZiqE1E4w,8989
|
|
113
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/entry/start.SNvc2nrm.js,sha256=r6YitV31BV3Tk0CUSUoEE9s7t8vv0OC_bm9bfb0EWMc,83
|
|
114
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/0.5jT7P06o.js,sha256=9vtyWRvT96t9ohcpci_i1I44z3MPxMK-m8hP8MrF31I,35786
|
|
115
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/1.Cdy-7S5q.js,sha256=IvWS8ppbj74M8v6TQy6UAntUwc87NASdZzSUcF19ATQ,544
|
|
116
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/10.C_uoESTX.js,sha256=wyHSDhCTU6JfAMp8u1tOOGN1zGtPAeDpBDHilQ7qTOY,1034
|
|
111
117
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/11.CWG1ehzT.js,sha256=Z_ycfijsaOCIM9oWR-PD0RPyMfgqfQqKKXMjr3Xmt_g,99
|
|
112
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/12.
|
|
113
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/2.
|
|
114
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/3.
|
|
115
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/4.
|
|
116
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/5.
|
|
117
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/6.
|
|
118
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/7.
|
|
119
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/8.
|
|
120
|
-
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/9.
|
|
121
|
-
lightly_studio/
|
|
122
|
-
lightly_studio/
|
|
123
|
-
lightly_studio/examples/
|
|
124
|
-
lightly_studio/examples/
|
|
125
|
-
lightly_studio/examples/
|
|
126
|
-
lightly_studio/examples/
|
|
118
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/12.DcO8wIAc.js,sha256=YYlV83y9RSy6Tyv61ti0fAa8fbSc2mJUt7LOW0VhTAk,2945
|
|
119
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/2.BIldfkxL.js,sha256=5GxkcI29yaxeNtbwf9iVUonWNJ9ga1MCr_l-BxGAdpw,1405910
|
|
120
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/3.BC9z_TWM.js,sha256=JSaA68P6aJn2Xs4XZhztm1G8bWU5guFYCClIiyHR_Dc,468
|
|
121
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/4.D8X_Ch5n.js,sha256=x1Yt8sIo32sf78QJx0yDhzmSjeJkhblRB04lAEnTxoI,595
|
|
122
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/5.CAXhxJu6.js,sha256=TKCyOlezugvo99WTiwXY2M0Ur5q5FroVuiLFtDRpS0Q,15915
|
|
123
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/6.DRA5Ru_2.js,sha256=wwCqLyc_Kaq8BJ56WFLdSPihfUn4sn820N9-KW2vz98,555
|
|
124
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/7.WVBsruHQ.js,sha256=eBhqxFSSKo1tJirHyALMIGZZJhViAzGDKB4yVgEpBEo,942
|
|
125
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/8.BuKUrCEN.js,sha256=pyfo4OqJ9ekTeVOnPyabOnbNnIA_fr2nkO5NdLSpvDI,15214
|
|
126
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/nodes/9.CUIn1yCR.js,sha256=tnJ1kQpb3MkhQJHCoDNDB1Vmw77j-EvWB230hZMUmr4,756
|
|
127
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/workers/clustering.worker-DKqeLtG0.js,sha256=08mMV2xxdfpfu9xPDbULd30WqpVC3GxitrqDieK3Qt0,256061
|
|
128
|
+
lightly_studio/dist_lightly_studio_view_app/_app/immutable/workers/search.worker-vNSty3B0.js,sha256=r7YWmAkJU793Lre4Mb7Vb3gvqQYwYYao_icJLrQFFbA,50997
|
|
129
|
+
lightly_studio/examples/example.py,sha256=YRmIFUl7zkgoqce3XW7tOZzdhb3479mF3wCT3PwsM6U,690
|
|
130
|
+
lightly_studio/examples/example_coco.py,sha256=b8mIqYMiRP9dK8ERffoSKygwbdom9r113svz8uo3Xpk,471
|
|
131
|
+
lightly_studio/examples/example_coco_caption.py,sha256=o8K3LTU2B82_udmRstds-6im9yLCwKK4cOC_HrAKp0c,740
|
|
132
|
+
lightly_studio/examples/example_metadata.py,sha256=N1Tjs2bDYxLbYnvT9iOBiw78JEp0HQJMAEPl6F2RTmE,12822
|
|
133
|
+
lightly_studio/examples/example_selection.py,sha256=rzpxfbGO1hIs9BHsd6FlEuLsCkSs-MlyhUdrSkegl5g,778
|
|
134
|
+
lightly_studio/examples/example_split_work.py,sha256=lY6y-HNH9qc0Dt2cWBKMnWHwp4OY34hKyCPzS7u-VIg,1348
|
|
135
|
+
lightly_studio/examples/example_yolo.py,sha256=JXCohmIGBraRV1kquf4RBmf4R6jqSL1wrs3orIPA3hc,589
|
|
136
|
+
lightly_studio/export/export_dataset.py,sha256=gOa_2Dxn5LuKN_nNfZqQSlmi72YdXxzhIBX3-ylqVhg,2357
|
|
137
|
+
lightly_studio/export/lightly_studio_label_input.py,sha256=4IONORlFnrBQ5PpRwJ_9rMCzYTvhlAN7kWNb5UEAaaY,4355
|
|
127
138
|
lightly_studio/few_shot_classifier/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
128
139
|
lightly_studio/few_shot_classifier/classifier.py,sha256=BpPHd69cxMGpNZPJetW9XKmLzVlt9qRoAoSArdt2V50,2444
|
|
129
|
-
lightly_studio/few_shot_classifier/classifier_manager.py,sha256=
|
|
140
|
+
lightly_studio/few_shot_classifier/classifier_manager.py,sha256=a3Zf39vRXWCXTEJiRIs2GmO16m9HyIBAjmf3nyanWxU,24152
|
|
130
141
|
lightly_studio/few_shot_classifier/random_forest_classifier.py,sha256=XoZMhETO4pKGlfH_c6O1MNT-m-qiretifKd0L1iuAqs,17173
|
|
131
142
|
lightly_studio/metadata/complex_metadata.py,sha256=EV3KI11PHA0tHyEu7f-2DKLidlC3gr_mprn_vp-4KNg,1520
|
|
143
|
+
lightly_studio/metadata/compute_typicality.py,sha256=UU2JRE8m7d--WSXTLYTfqPCksougc3c7JWIWKsrlbqI,2242
|
|
132
144
|
lightly_studio/metadata/gps_coordinate.py,sha256=FcUGhh0HiFI2FHPu_L9ylbaxbgctvu06jPsly_xzBek,1111
|
|
133
145
|
lightly_studio/metadata/metadata_protocol.py,sha256=kk9x2ZN2uAugnukU4OtEWL9JaW04sUyhM8NoQj8e-XE,554
|
|
134
|
-
lightly_studio/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
|
-
lightly_studio/metrics/detection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
|
-
lightly_studio/metrics/detection/map.py,sha256=iVQHqrzODWv517aCGUWVHU8byB7jfhyQ1F_elCRs-ds,8639
|
|
137
146
|
lightly_studio/models/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
138
147
|
lightly_studio/models/annotation_label.py,sha256=oMOai50vyXOccgAONAvfQPPxiTwPFibgPtDXjT1nK58,1272
|
|
139
|
-
lightly_studio/models/
|
|
148
|
+
lightly_studio/models/caption.py,sha256=5wKFliFNCb3VB2j2gvEABsHeyDTUkxWgQOICr7TVs-g,1808
|
|
140
149
|
lightly_studio/models/classifier.py,sha256=jSyEEvVhE2pQbkup1kAcdJaXBQSDSBfS1kXbpC3OOXc,446
|
|
141
|
-
lightly_studio/models/dataset.py,sha256=
|
|
150
|
+
lightly_studio/models/dataset.py,sha256=UzmzUz4GLRSyyVVxymQaAEwHFGFVeMNwkPoTforgA7g,2814
|
|
142
151
|
lightly_studio/models/embedding_model.py,sha256=nlCxVyuBNDooYfnyFUmPd5xIOpaY7x1o_w2FrJg0hCI,995
|
|
143
|
-
lightly_studio/models/metadata.py,sha256=
|
|
144
|
-
lightly_studio/models/sample.py,sha256=
|
|
152
|
+
lightly_studio/models/metadata.py,sha256=oFlMCYTDAnhY684nLrIqeFKeKdZVbUwNFaUXv52UaCo,6587
|
|
153
|
+
lightly_studio/models/sample.py,sha256=OBMfxfBpwgmNPaYlHuIGHypsDkvSpUJCu2kSfRk8kPM,5674
|
|
145
154
|
lightly_studio/models/sample_embedding.py,sha256=2rCnT1bLpAYsGqeewTqvLDP4TBALKpgZl-UJY7q0M9k,1090
|
|
146
155
|
lightly_studio/models/settings.py,sha256=I0qC96sLi9-EJcgn6M00MdStISZius0X14Dp4Gc5P1I,1703
|
|
147
156
|
lightly_studio/models/tag.py,sha256=gdKjEKx_6uRs09SegzeVbssaeOEEiLvrwPG2u65WNxo,2479
|
|
148
157
|
lightly_studio/models/annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
|
-
lightly_studio/models/annotation/annotation_base.py,sha256=
|
|
158
|
+
lightly_studio/models/annotation/annotation_base.py,sha256=GhaxYdR3nMJ8Ih4z4XEB02WzfX4FIAGR9XlUlBFRLrY,5296
|
|
150
159
|
lightly_studio/models/annotation/instance_segmentation.py,sha256=URv5sOyBHsxmYX2huqlW7qDHuDCzL3LRBqmSzG8pSsw,1596
|
|
151
160
|
lightly_studio/models/annotation/links.py,sha256=FoFGeoznbr8gHVrJo4l4xSvs7ko4SS2ddMQl1SiRRXQ,510
|
|
152
161
|
lightly_studio/models/annotation/object_detection.py,sha256=lOvkt8uyPqXljy7oUmXx9_3IB1xdpjuVAxRQVgugsp8,1114
|
|
153
162
|
lightly_studio/models/annotation/semantic_segmentation.py,sha256=HVM3djqtM1KNq2mFYcDfjmNz8Fs3glEVjUOQ5tj5FFs,1348
|
|
154
163
|
lightly_studio/resolvers/__init__.py,sha256=fMGTt_WiKFrqk6W8UlCkZL_cZBHiUej4Q0pxHS3VWdo,137
|
|
155
|
-
lightly_studio/resolvers/
|
|
156
|
-
lightly_studio/resolvers/dataset_resolver.py,sha256=
|
|
164
|
+
lightly_studio/resolvers/caption_resolver.py,sha256=sEDhOR4gKfrWQduAOviFqxEsMQHT_2GBjXkAZ-4ag9Y,2283
|
|
165
|
+
lightly_studio/resolvers/dataset_resolver.py,sha256=2-dY20Tm9W_XBq_ixBF1uokYGdjRL6oK9Gip55kEKVM,10375
|
|
157
166
|
lightly_studio/resolvers/embedding_model_resolver.py,sha256=GfcsSYj8Dw1WwFh0Zz4NPEPF2EgNJXTosTKW7_uo2YQ,4391
|
|
158
167
|
lightly_studio/resolvers/sample_embedding_resolver.py,sha256=M7Uw6Bv6XBHPXraV8ja_KpjJ35rQzlwGys-fAQLtwn0,2937
|
|
159
168
|
lightly_studio/resolvers/sample_resolver.py,sha256=dS8khKwxmsvyc8tYfswYLIkq4UFLOKEqpdYo0st5WIk,10901
|
|
160
|
-
lightly_studio/resolvers/samples_filter.py,sha256
|
|
169
|
+
lightly_studio/resolvers/samples_filter.py,sha256=DCvOuve9S_R4ttr-o3nHpowjgZI60tbwVAVALbqbQQ0,3482
|
|
161
170
|
lightly_studio/resolvers/settings_resolver.py,sha256=15mSvoBALtHps4un3s_dk2lB2F-e8v_II97vwn056sg,1628
|
|
162
171
|
lightly_studio/resolvers/tag_resolver.py,sha256=PuMQflQ-PumQF96EwAUcVkSIeFzi11JeqJDnXYwyyic,8782
|
|
163
|
-
lightly_studio/resolvers/annotation_label_resolver/__init__.py,sha256=
|
|
172
|
+
lightly_studio/resolvers/annotation_label_resolver/__init__.py,sha256=c0NxLRVKQYKxnPuGEI8dO-dBE610QxH0Vkz0oQwDwsI,555
|
|
164
173
|
lightly_studio/resolvers/annotation_label_resolver/create.py,sha256=q2vrnOXd8S6FMp6BrM-d4Kz_ydeo9n-0gFZSOM-sY7E,750
|
|
165
174
|
lightly_studio/resolvers/annotation_label_resolver/delete.py,sha256=uGpcC_PG96MdHxNdmv-1-PhxUrAy6A3bC4f8twwZ4Tw,653
|
|
166
|
-
lightly_studio/resolvers/annotation_label_resolver/get_all.py,sha256=
|
|
175
|
+
lightly_studio/resolvers/annotation_label_resolver/get_all.py,sha256=ICGTGwS7GQxPSKm9dXGm0tY40ASFngMT_yGgI8A9flI,1094
|
|
167
176
|
lightly_studio/resolvers/annotation_label_resolver/get_by_id.py,sha256=ApNkHolcbkLgDKYTzzATweS-daKX6uE-Eck1dwK58tk,755
|
|
168
177
|
lightly_studio/resolvers/annotation_label_resolver/get_by_ids.py,sha256=ofuxTjMRjHe5CoyRwsRVT7AbQJyuXqjqSjQnQrPr4MA,797
|
|
169
178
|
lightly_studio/resolvers/annotation_label_resolver/get_by_label_name.py,sha256=hhgX7WdYjSBGWcSgFN3s43yKURj3IF5HhEATs4hR2KU,743
|
|
170
179
|
lightly_studio/resolvers/annotation_label_resolver/names_by_ids.py,sha256=kqDHrclODReDPOTi5K47dfQdO_uztTrl274hunURoK0,833
|
|
171
180
|
lightly_studio/resolvers/annotation_label_resolver/update.py,sha256=Lzjv57VFphvZ_4k5DEsnitOSaWld9O3QqHQuEcH6g4U,989
|
|
172
|
-
lightly_studio/resolvers/annotation_resolver/__init__.py,sha256=
|
|
181
|
+
lightly_studio/resolvers/annotation_resolver/__init__.py,sha256=zpKrUmsMN80myN8KpegKG8ObySPtR4-yHmF2SUn20cs,1064
|
|
173
182
|
lightly_studio/resolvers/annotation_resolver/count_annotations_by_dataset.py,sha256=0hgRFVJT02sNG_aWICSAm6JWPN10xGcNlFuoeWSMJ14,4280
|
|
174
|
-
lightly_studio/resolvers/annotation_resolver/
|
|
175
|
-
lightly_studio/resolvers/annotation_resolver/
|
|
176
|
-
lightly_studio/resolvers/annotation_resolver/
|
|
177
|
-
lightly_studio/resolvers/annotation_resolver/delete_annotations.py,sha256=2gn0YyH5q4IW3-aE5wan0GAXw11OPWyd5TX13VunwYo,1891
|
|
183
|
+
lightly_studio/resolvers/annotation_resolver/create_many.py,sha256=0lBfnC0kDwY6t105lkCFHLFOuyPQGD2wYSCYttjc0Uk,3783
|
|
184
|
+
lightly_studio/resolvers/annotation_resolver/delete_annotation.py,sha256=_PugnfgDMTk7UNZzHb5_ZCgbUlSSd1JpS_yY1lGyxkw,1371
|
|
185
|
+
lightly_studio/resolvers/annotation_resolver/delete_annotations.py,sha256=PwBkkuiYLpZVr_B0VdlL_SegKB6CSAk0B67yCFIjCf4,2114
|
|
178
186
|
lightly_studio/resolvers/annotation_resolver/get_all.py,sha256=6YqdcVesm_rHc2An1ZFbEefVBZnRiHe8MaCfYYRGVU4,2176
|
|
179
|
-
lightly_studio/resolvers/annotation_resolver/get_by_id.py,sha256=
|
|
180
|
-
lightly_studio/resolvers/annotation_resolver/update_annotation_label.py,sha256=
|
|
187
|
+
lightly_studio/resolvers/annotation_resolver/get_by_id.py,sha256=chL9xS-4wR4BtFvn1Cf13GoqgFvKbr8-q7NHVce0FdY,1088
|
|
188
|
+
lightly_studio/resolvers/annotation_resolver/update_annotation_label.py,sha256=2KL1SsoofZTMWjmKuKqe09TtquuzkmnSkxuJg8Ftk9Y,5388
|
|
181
189
|
lightly_studio/resolvers/annotation_resolver/update_bounding_box.py,sha256=6Mok2dKXFSkFN3bSSd4TO_nUTTMKq83EN5aL5nocQQc,2280
|
|
182
190
|
lightly_studio/resolvers/annotations/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
183
|
-
lightly_studio/resolvers/annotations/annotations_filter.py,sha256=
|
|
184
|
-
lightly_studio/resolvers/metadata_resolver/__init__.py,sha256=
|
|
191
|
+
lightly_studio/resolvers/annotations/annotations_filter.py,sha256=eaZT6wttubYjSC35N88ary1mZwnKIC7k0zZWRCHSKns,2696
|
|
192
|
+
lightly_studio/resolvers/metadata_resolver/__init__.py,sha256=XQMRGHp4Pr74C01HyaN4m9sZyyzpCo-hne2djPAPs6c,322
|
|
185
193
|
lightly_studio/resolvers/metadata_resolver/metadata_filter.py,sha256=WpA5na4MfZxgRFNp_WdY6RA9FAnZPaL-mAGpb76pzm8,5169
|
|
186
|
-
lightly_studio/resolvers/metadata_resolver/sample/__init__.py,sha256=
|
|
187
|
-
lightly_studio/resolvers/metadata_resolver/sample/
|
|
194
|
+
lightly_studio/resolvers/metadata_resolver/sample/__init__.py,sha256=Aqg4g0_jXu9CmO85P5FSErJKLEbloaFG7is_L-jT27Q,413
|
|
195
|
+
lightly_studio/resolvers/metadata_resolver/sample/bulk_update_metadata.py,sha256=uJ2bbjeVXqWW190uZ57vGPq3JLj2AOBxWlV0znl9F5I,1587
|
|
188
196
|
lightly_studio/resolvers/metadata_resolver/sample/get_by_sample_id.py,sha256=CaI_3_Xx5qCWiTGpuo8KnxmB_Z4zHAH2cxPaDNH5mUo,665
|
|
189
197
|
lightly_studio/resolvers/metadata_resolver/sample/get_metadata_info.py,sha256=RwIv4GNcH0V3Oam8eH8Kh1S0m5kQkf1jtZ0r5XFeQHs,3314
|
|
190
198
|
lightly_studio/resolvers/metadata_resolver/sample/get_value_for_sample.py,sha256=NbPANvsFAyKvutYSC97HSFmmOmiNKcOU71zXmP3IRUU,702
|
|
191
199
|
lightly_studio/resolvers/metadata_resolver/sample/set_value_for_sample.py,sha256=HNs5t8VACf9h_qJ69R_h34K1TPGa7UjQokkpEcl9530,1289
|
|
192
200
|
lightly_studio/selection/README.md,sha256=X9KTCy5GmLxpVmb-MELqpBQKhlRxaQ0aQt5i3fnAOKQ,320
|
|
193
|
-
lightly_studio/selection/mundig.py,sha256=
|
|
201
|
+
lightly_studio/selection/mundig.py,sha256=dRph7_lQbw4nTYqbvsAsPgUDD_TSZAOcYHWN6c2CLro,3991
|
|
194
202
|
lightly_studio/selection/select.py,sha256=OQU8iw_h3qHRzq7L9rD2NlU56wRRosxJlZfdBa7EvGg,3663
|
|
195
203
|
lightly_studio/selection/select_via_db.py,sha256=tLmNLuPaQqzSqdvmEo0Mc8-sFNMptikG9eruXqXlblE,3621
|
|
196
|
-
lightly_studio/selection/selection_config.py,sha256=
|
|
197
|
-
lightly_studio/services/annotations_service/__init__.py,sha256=
|
|
204
|
+
lightly_studio/selection/selection_config.py,sha256=AqnXdYy5tkQ45wUfJS_Fbdjk-l9y9-ubis-7oFBCPq0,903
|
|
205
|
+
lightly_studio/services/annotations_service/__init__.py,sha256=VRLb6c2KO2vCvfZ5r_PgVEZztV0d5PL-wrAIVxvQxBc,1010
|
|
206
|
+
lightly_studio/services/annotations_service/create_annotation.py,sha256=ClN4cJJqpdg1eN7KmzuKAkQBbPkJKWAYi2PKewyS_mE,1581
|
|
207
|
+
lightly_studio/services/annotations_service/delete_annotation.py,sha256=cDsE9fi0WSSGSRpwnATHpCJr8Dy7x2t9T8-pIesuSG0,604
|
|
198
208
|
lightly_studio/services/annotations_service/get_annotation_by_id.py,sha256=95OyWCE5egmiY97P2_3xAbul_gWLDMM0Gf7Kgf9bKiM,804
|
|
199
209
|
lightly_studio/services/annotations_service/update_annotation.py,sha256=KzSB0XWSk2pj2CImkup8s12uy4urEAzVw4reUVewtC0,1569
|
|
200
210
|
lightly_studio/services/annotations_service/update_annotation_bounding_box.py,sha256=zL76GVl9lmmPEHOlNbfmusKK1QO_uP0GSkzHQ15iZlw,1008
|
|
@@ -227,6 +237,6 @@ lightly_studio/vendor/mobileclip/modules/image/replknet.py,sha256=kbcZTT3KAdpv7I
|
|
|
227
237
|
lightly_studio/vendor/mobileclip/modules/text/__init__.py,sha256=xIBdotHUSILUTw9Um4NfLunDEtNuQVKRcZlVhwJih38,104
|
|
228
238
|
lightly_studio/vendor/mobileclip/modules/text/repmixer.py,sha256=baFcHH8bLVeW2VET9gZvg2bUy080yLDVxDr4cuH2upg,9401
|
|
229
239
|
lightly_studio/vendor/mobileclip/modules/text/tokenizer.py,sha256=g569KONPF33J-2BWgghUy3Xcj0vDE-g00W1YpOZiGwk,1328
|
|
230
|
-
lightly_studio-0.3.
|
|
231
|
-
lightly_studio-0.3.
|
|
232
|
-
lightly_studio-0.3.
|
|
240
|
+
lightly_studio-0.3.4.dist-info/METADATA,sha256=XZyo48ppzR_s63AGgen0nVcApoGyWqkoe8jCmsrwt_Q,25725
|
|
241
|
+
lightly_studio-0.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
242
|
+
lightly_studio-0.3.4.dist-info/RECORD,,
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"""API endpoints for annotation tasks."""
|
|
2
|
-
|
|
3
|
-
from typing import List
|
|
4
|
-
from uuid import UUID
|
|
5
|
-
|
|
6
|
-
from fastapi import APIRouter, HTTPException, status
|
|
7
|
-
|
|
8
|
-
from lightly_studio.db_manager import SessionDep
|
|
9
|
-
from lightly_studio.models.annotation_task import AnnotationTaskTable
|
|
10
|
-
from lightly_studio.resolvers import annotation_task_resolver
|
|
11
|
-
|
|
12
|
-
router = APIRouter(prefix="/annotationtasks", tags=["annotationtasks"])
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@router.get("/", response_model=List[AnnotationTaskTable])
|
|
16
|
-
def get_annotation_tasks(
|
|
17
|
-
session: SessionDep,
|
|
18
|
-
) -> List[AnnotationTaskTable]:
|
|
19
|
-
"""Get all annotation tasks."""
|
|
20
|
-
return annotation_task_resolver.get_all(session=session)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@router.get("/{annotation_task_id}", response_model=AnnotationTaskTable)
|
|
24
|
-
def get_annotation_task(
|
|
25
|
-
annotation_task_id: UUID,
|
|
26
|
-
session: SessionDep,
|
|
27
|
-
) -> AnnotationTaskTable:
|
|
28
|
-
"""Get an annotation task by ID."""
|
|
29
|
-
task = annotation_task_resolver.get_by_id(
|
|
30
|
-
session=session, annotation_task_id=annotation_task_id
|
|
31
|
-
)
|
|
32
|
-
if task is None:
|
|
33
|
-
raise HTTPException(
|
|
34
|
-
status_code=status.HTTP_404_NOT_FOUND,
|
|
35
|
-
detail=f"Annotation task with ID {annotation_task_id} not found",
|
|
36
|
-
)
|
|
37
|
-
return task
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
"""This module contains the API routes for computing detection metrics."""
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from uuid import UUID
|
|
6
|
-
|
|
7
|
-
from fastapi import APIRouter
|
|
8
|
-
from pydantic import BaseModel
|
|
9
|
-
|
|
10
|
-
from lightly_studio.db_manager import SessionDep
|
|
11
|
-
from lightly_studio.metrics.detection.map import (
|
|
12
|
-
DetectionMetricsMAP,
|
|
13
|
-
calculate_map_metric,
|
|
14
|
-
)
|
|
15
|
-
from lightly_studio.resolvers import (
|
|
16
|
-
annotation_label_resolver,
|
|
17
|
-
annotation_resolver,
|
|
18
|
-
)
|
|
19
|
-
from lightly_studio.resolvers.annotations.annotations_filter import (
|
|
20
|
-
AnnotationsFilter,
|
|
21
|
-
)
|
|
22
|
-
|
|
23
|
-
metrics_router = APIRouter()
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
class DetectionMetricsMAPRequest(BaseModel):
|
|
27
|
-
"""Request for computing the MAP detection metric."""
|
|
28
|
-
|
|
29
|
-
dataset_id: UUID
|
|
30
|
-
ground_truth_task_id: UUID
|
|
31
|
-
prediction_task_id: UUID
|
|
32
|
-
tag_id: UUID | None = None
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
@metrics_router.post("/metrics/compute/detection/map", response_model=DetectionMetricsMAP)
|
|
36
|
-
def compute_detection_map(
|
|
37
|
-
request_body: DetectionMetricsMAPRequest,
|
|
38
|
-
session: SessionDep,
|
|
39
|
-
) -> DetectionMetricsMAP:
|
|
40
|
-
"""Compute the MAP detection metric."""
|
|
41
|
-
ground_truth_annotations = annotation_resolver.get_all(
|
|
42
|
-
session=session,
|
|
43
|
-
filters=AnnotationsFilter(
|
|
44
|
-
dataset_ids=[request_body.dataset_id],
|
|
45
|
-
annotation_task_ids=[request_body.ground_truth_task_id],
|
|
46
|
-
sample_tag_ids=[request_body.tag_id] if request_body.tag_id else None,
|
|
47
|
-
),
|
|
48
|
-
).annotations
|
|
49
|
-
prediction_annotations = annotation_resolver.get_all(
|
|
50
|
-
session=session,
|
|
51
|
-
filters=AnnotationsFilter(
|
|
52
|
-
dataset_ids=[request_body.dataset_id],
|
|
53
|
-
annotation_task_ids=[request_body.prediction_task_id],
|
|
54
|
-
sample_tag_ids=[request_body.tag_id] if request_body.tag_id else None,
|
|
55
|
-
),
|
|
56
|
-
).annotations
|
|
57
|
-
|
|
58
|
-
metrics_result = calculate_map_metric(
|
|
59
|
-
pred_annotations=prediction_annotations,
|
|
60
|
-
gt_annotations=ground_truth_annotations,
|
|
61
|
-
)
|
|
62
|
-
|
|
63
|
-
# Rename per-class metrics to use label names
|
|
64
|
-
raw_map_pc = metrics_result.map_per_class
|
|
65
|
-
if raw_map_pc:
|
|
66
|
-
id2name = annotation_label_resolver.names_by_ids(
|
|
67
|
-
session=session, ids=[UUID(k) for k in raw_map_pc]
|
|
68
|
-
)
|
|
69
|
-
metrics_result.map_per_class = {id2name.get(k, k): v for k, v in raw_map_pc.items()}
|
|
70
|
-
raw_mar100_pc = metrics_result.mar_100_per_class
|
|
71
|
-
if raw_mar100_pc:
|
|
72
|
-
id2name = annotation_label_resolver.names_by_ids(
|
|
73
|
-
session=session, ids=[UUID(k) for k in raw_mar100_pc]
|
|
74
|
-
)
|
|
75
|
-
metrics_result.mar_100_per_class = {id2name.get(k, k): v for k, v in raw_mar100_pc.items()}
|
|
76
|
-
return metrics_result
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
html[dir=ltr],[data-sonner-toaster][dir=ltr]{--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}html[dir=rtl],[data-sonner-toaster][dir=rtl]{--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}@media (hover: none) and (pointer: coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y: translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y: translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y: translateY( calc(var(--lift) * var(--offset) + var(--lift) * -100%) );opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 87%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 93%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 84%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 43%, 17%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 9%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}@font-face{font-family:Open Sans;src:url(./OpenSans-VariableFont_wdth_wght.BZBpG5Iz.ttf) format("truetype-variations");font-weight:100 1000;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(./OpenSans-Italic-VariableFont_wdth_wght.B4AZ-wl6.ttf) format("truetype-variations");font-style:italic;font-weight:100 1000;font-display:swap}@font-face{font-family:Open Sans;src:url(./OpenSans-Regular.DxJTClRG.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(./OpenSans-Medium.DVUZMR_6.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(./OpenSans-SemiBold.D3TTYgdB.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(./OpenSans-Bold.DGvYQtcs.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--diffuse: 0 0% 100%;--diffuse-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 42.1 76.2% 36.3%;--primary-foreground: 355.7 100% 97.3%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 72.22% 50.59%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--border-hard: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 142.1 76.2% 36.3%;--radius: .5rem}.dark{--background: 20 14.3% 4.1%;--foreground: 0 0% 95%;--card: 220 16% 11%;--card-foreground: 0 0% 95%;--diffuse: 0 0% 95%;--diffuse-foreground: 0 0% 73.73%;--popover: 0 0% 9%;--popover-foreground: 0 0% 95%;--primary: var(--color-lightly-primary);--primary-foreground: 144.9 80.4% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 240 5% 64.9%;--accent: 12 6.5% 15.1%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 85.7% 97.3%;--border: 240 3.7% 15.9%;--border-hard: 223 12% 66%;--input: 240 3.7% 15.9%;--ring: 142.4 71.8% 29.2%}*{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}body{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1));font-family:Open Sans,sans-serif;font-size:16px}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-4{right:1rem}.right-7{right:1.75rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.m-0{margin:0}.m-2{margin:.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-9{width:2.25rem;height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-2{height:.5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--bits-select-anchor-height\)\]{height:var(--bits-select-anchor-height)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.min-h-0{min-height:0px}.min-h-44{min-height:11rem}.min-h-full{min-height:100%}.w-1{width:.25rem}.w-10{width:2.5rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[32px\]{width:32px}.w-\[375px\]{width:375px}.w-\[400px\]{width:400px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[250px\]{min-width:250px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--bits-select-anchor-width\)\]{min-width:var(--bits-select-anchor-width)}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[30\%\]{max-width:30%}.max-w-lg{max-width:32rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[6rem_1fr\]{grid-template-columns:6rem 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-y-3{row-gap:.75rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[1vw\]{border-radius:1vw}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-accent-foreground\/20{border-color:hsl(var(--accent-foreground) / .2)}.border-border{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}.border-border-hard{border-color:hsl(var(--border-hard) / .2)}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-input{--tw-border-opacity: 1;border-color:hsl(var(--input) / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:hsl(var(--primary) / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-accent{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.bg-background{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-black\/80{background-color:#000c}.bg-border{--tw-bg-opacity: 1;background-color:hsl(var(--border) / var(--tw-bg-opacity, 1))}.bg-border-hard{background-color:hsl(var(--border-hard) / .2)}.bg-card{--tw-bg-opacity: 1;background-color:hsl(var(--card) / var(--tw-bg-opacity, 1))}.bg-destructive{--tw-bg-opacity: 1;background-color:hsl(var(--destructive) / var(--tw-bg-opacity, 1))}.bg-destructive\/15{background-color:hsl(var(--destructive) / .15)}.bg-muted{--tw-bg-opacity: 1;background-color:hsl(var(--muted) / var(--tw-bg-opacity, 1))}.bg-popover{--tw-bg-opacity: 1;background-color:hsl(var(--popover) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:hsl(var(--secondary) / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-80{--tw-bg-opacity: .8}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-baseline{vertical-align:baseline}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-current{color:currentColor}.text-destructive{--tw-text-opacity: 1;color:hsl(var(--destructive) / var(--tw-text-opacity, 1))}.text-destructive-foreground{--tw-text-opacity: 1;color:hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1))}.text-diffuse-foreground{--tw-text-opacity: 1;color:hsl(var(--diffuse-foreground) / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity: 1;color:hsl(var(--popover-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:hsl(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background) / 1)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in{--tw-enter-scale: 0}.zoom-in-95{--tw-enter-scale: .95}.zoom-out{--tw-exit-scale: 0}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}@custom-variant dark (&:where(.dark,.dark *));:root{--color-lightly-primary: 159 64% 54%}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.hover\:size-7:hover{width:1.75rem;height:1.75rem}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent) / .5)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background) / 1)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.aria-selected\:text-accent-foreground[aria-selected=true]{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=\'horizontal\'\]\:h-2[data-orientation=horizontal]{height:.5rem}.data-\[orientation\=\'horizontal\'\]\:h-full[data-orientation=horizontal],.data-\[orientation\=\'vertical\'\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=\'vertical\'\]\:min-h-44[data-orientation=vertical]{min-height:11rem}.data-\[orientation\=\'horizontal\'\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=\'vertical\'\]\:w-2[data-orientation=vertical]{width:.5rem}.data-\[orientation\=\'vertical\'\]\:w-auto[data-orientation=vertical]{width:auto}.data-\[orientation\=\'vertical\'\]\:w-full[data-orientation=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[disabled\=true\]\:cursor-not-allowed[data-disabled=true]{cursor:not-allowed}.data-\[orientation\=\'vertical\'\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[highlighted\]\:bg-accent[data-highlighted]{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-background[data-state=active]{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-secondary[data-state=open]{--tw-bg-opacity: 1;background-color:hsl(var(--secondary) / var(--tw-bg-opacity, 1))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{--tw-bg-opacity: 1;background-color:hsl(var(--input) / var(--tw-bg-opacity, 1))}.data-\[highlighted\]\:text-accent-foreground[data-highlighted]{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-foreground[data-state=active]{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.dark\:border-destructive:is(.dark *){--tw-border-opacity: 1;border-color:hsl(var(--destructive) / var(--tw-border-opacity, 1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:\[color-scheme\:dark\]:is(.dark *){color-scheme:dark}@media (min-width: 640px){.sm\:inline{display:inline}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[500px\]{max-width:500px}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:text-destructive>svg{--tw-text-opacity: 1;color:hsl(var(--destructive) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-foreground>svg{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_\[data-command-group\]\:not\(\[hidden\]\)_\~\[data-command-group\]\]\:pt-0 [data-command-group]:not([hidden])~[data-command-group]{padding-top:0}.\[\&_\[data-command-group\]\]\:px-2 [data-command-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[data-command-input-wrapper\]_svg\]\:h-5 [data-command-input-wrapper] svg{height:1.25rem}.\[\&_\[data-command-input-wrapper\]_svg\]\:w-5 [data-command-input-wrapper] svg{width:1.25rem}.\[\&_\[data-command-input\]\]\:h-12 [data-command-input]{height:3rem}.\[\&_\[data-command-item\]\]\:px-2 [data-command-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[data-command-item\]\]\:py-3 [data-command-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[data-command-item\]_svg\]\:h-5 [data-command-item] svg{height:1.25rem}.\[\&_\[data-command-item\]_svg\]\:w-5 [data-command-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/SelectableSvgGroup.BBm0IWdq.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spinner.svelte-18zpdab{fill:hsl(var(--primary) / var(--tw-bg-opacity, 1))}[data-select-viewport],[data-combobox-viewport]{scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}[data-combobox-viewport]::-webkit-scrollbar{display:none!important}[data-select-viewport]::-webkit-scrollbar{display:none!important}.crop.svelte-20k33o{position:relative;overflow:hidden}.annotation-box.svelte-20k33o{position:absolute;border:1px solid rgba(0,0,0,0);box-sizing:content-box}.annotation-label.svelte-20k33o{position:absolute;transform:translate3d(-1px,-100%,0);padding:1px 6px 2px;white-space:nowrap;cursor:pointer}.annotation-selected.svelte-20k33o{outline:drop-shadow(1px 1px 1px hsl(var(--primary))) drop-shadow(1px -1px 1px hsl(var(--primary))) drop-shadow(-1px -1px 1px hsl(var(--primary))) drop-shadow(-1px 1px 1px hsl(var(--primary)))}.sample-image.svelte-1c6bz0a{width:var(--sample-width);height:var(--sample-height);-o-object-fit:var(--object-fit);object-fit:var(--object-fit)}.viewport.svelte-gzepom{overflow-y:hidden}.group.svelte-15p83yz{outline:0}
|
lightly_studio/dist_lightly_studio_view_app/_app/immutable/assets/SelectableSvgGroup.BNTuXSAe.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spinner.svelte-18zpdab{fill:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.crop.svelte-20k33o{position:relative;overflow:hidden}.annotation-box.svelte-20k33o{position:absolute;border:1px solid rgba(0,0,0,0);box-sizing:content-box}.annotation-label.svelte-20k33o{position:absolute;transform:translate3d(-1px,-100%,0);padding:1px 6px 2px;white-space:nowrap;cursor:pointer}.annotation-selected.svelte-20k33o{outline:drop-shadow(1px 1px 1px hsl(var(--primary))) drop-shadow(1px -1px 1px hsl(var(--primary))) drop-shadow(-1px -1px 1px hsl(var(--primary))) drop-shadow(-1px 1px 1px hsl(var(--primary)))}.sample-image.svelte-1c6bz0a{width:var(--sample-width);height:var(--sample-height);-o-object-fit:var(--object-fit);object-fit:var(--object-fit)}.viewport.svelte-gzepom{overflow-y:hidden}.group.svelte-15p83yz{outline:0}
|