zhicao/dreamzero main
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 1 |
"""Track layout, embedding, decoding, and visibility-masked flow loss.""" |
Contains common English function words |
| 2 |
|
|
| 3 |
from __future__ import annotations |
|
| 4 |
|
|
| 5 |
from dataclasses import dataclass |
|
| 6 |
from enum import IntEnum |
|
| 7 |
|
|
| 8 |
im… |
|
| 45:27 |
… self.start |
|
| 46 |
|
|
| 47 |
|
|
| 48 |
# Stable identity contract shared with the 250-point data builder. |
Contains common English function words |
| 49 |
TRACK_SEGMENTS = ( |
|
| 50 |
TrackSegment( |
|
| 51 |
"head_left_hand", 0, 50, T… |
|
| 94:9 |
…INT_SLICES = tuple((segment.start, segment.stop) for segment in TRACK_SEGMENTS) |
Contains common English function words |
| 95 |
|
|
| 96 |
|
|
| 97 |
def validate_track_layout() -> None: |
|
| 98 |
"""Validate that the canonical segments cover every point exactly once.""" |
Contains common English function words |
| 99 |
|
|
| 100 |
cursor = 0 |
|
| 101 |
for segment in TR… |
|
| 312:24 |
…Error( |
|
| 313 |
f"future trajectory must have {self.future_horizon} steps, " |
Contains common English function words |
| 314 |
f"got {future_xy.shape[2]}" |
|
| 315 |
) |
|
| 316 |
|
|
| 317 |
… |
|
Metadata
-
0
"""Track layout, embedding, decoding, and visibility-masked flow loss."""
from __future__ import annotations
from dataclasses import dataclass
from enum import IntEnum
im
-
0
"""Track layout, embedding, decoding, and visibility-masked flow loss."""
from __future__ import annotations
from dataclasses import dataclass
from enum import IntEnum
im
| 94:9 |
…INT_SLICES = tuple((segment.start, segment.stop) for segment in TRACK_SEGMENTS) |
|
| 95 |
|
|
| 96 |
|
|
| 97 |
def validate_track_layout() -> None: |
|
| 98 |
"""Validate that the canonical segments cover every point exactly once.""" |
|
| 99 |
|
|
| 100 |
cursor = 0 |
|
| 101 |
for segment in TR… |
|
| 45:27 |
… self.start |
|
| 46 |
|
|
| 47 |
|
|
| 48 |
# Stable identity contract shared with the 250-point data builder. |
|
| 49 |
TRACK_SEGMENTS = ( |
|
| 50 |
TrackSegment( |
|
| 51 |
"head_left_hand", 0, 50, T… |
|
| 1 |
"""Track layout, embedding, decoding, and visibility-masked flow loss.""" |
|
| 2 |
|
|
| 3 |
from __future__ import annotations |
|
| 4 |
|
|
| 5 |
from dataclasses import dataclass |
|
| 6 |
from enum import IntEnum |
|
| 7 |
|
|
| 8 |
im… |
|
| 312:24 |
…Error( |
|
| 313 |
f"future trajectory must have {self.future_horizon} steps, " |
|
| 314 |
f"got {future_xy.shape[2]}" |
|
| 315 |
) |
|
| 316 |
|
|
| 317 |
… |
|
Identity
| SHA-256 |
2939bf378b1a1e25502d2869c86d993e624531157336fe6cee8f2a292c42e19f |
| Filename |
track.py |
| Package |
zhicao/dreamzero |
| Version |
main |
| PURL |
pkg:huggingface/zhicao/dreamzero@main |
Timeline
| First seen |
13 Aug 2026 21:18 UTC |
| First analyzed |
23 Aug 2026 16:15 UTC |
| Last analyzed |
23 Aug 2026 16:15 UTC |
| Last updated |
23 Aug 2026 16:15 UTC |
Labeling
| Label |
unknown |
| Label source |
forager |
| Traits version |
63cf1 |