Skip to content

Bug: {"detail":"Not Found"} #3

@Octoslav

Description

@Octoslav

Hi!
After starting trackstudio with one stream got blank page in the browser with text "{"detail":"Not Found"}"

Full log:

trackstudio run --streams "rtsp://localhost:8554/camera80"        
╭─────────────────────────────────────╮
│ TrackStudio 🎥                      │
│ Multi-Camera Vision Tracking System │
╰─────────────────────────────────────╯
         Configuration
┌────────────┬────────────────┐
│ Tracker    │ rfdetr         │
│ Merger     │ bev_cluster    │
│ Vision FPS │ 10.0           │
│ Server     │ 127.0.0.1:8000 │
│ Share      │ No             │
│ Streams    │ 1              │
└────────────┴────────────────┘

Stream URLs:
  1. rtsp://localhost:8554/camera80

📡 Configured 1 streams for TrackStudio
Loading pretrain weights
UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.
Successfully loaded imagenet pretrained weights from "C:\Users\slava/.cache\torch\checkpoints\osnet_x1_0_imagenet.pth"
** The following layers are discarded due to unmatched keys or layer size: ['classifier.weight', 'classifier.bias']
Model: osnet_x1_0
- params: 2,193,616
- flops: 978,878,352
Successfully loaded imagenet pretrained weights from "C:\Users\slava/.cache\torch\checkpoints\osnet_x0_25_imagenet.pth"
** The following layers are discarded due to unmatched keys or layer size: ['classifier.weight', 'classifier.bias']
Model: osnet_x0_25
- params: 203,568
- flops: 82,316,000
INFO:     Started server process [6252]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)

🚀 TrackStudio is running at http://127.0.0.1:8000

✨ TrackStudio is running!
Press Ctrl+C to stop.

INFO:     127.0.0.1:64084 - "GET / HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64084 - "GET /favicon.ico HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64169 - "GET / HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64169 - "GET / HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64169 - "GET /favicon.ico HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64169 - "GET / HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:64169 - "GET /favicon.ico HTTP/1.1" 404 Not Found

$ git log --pretty=oneline
312367fa71b5b7b980d318b8cd8e4e2839fe391c (HEAD -> main, origin/main, origin/HEAD) Merge pull request #2 from playbox-dev/fix/cli-streams
9620be6df998075aeec4ad0c700019f686f4817d (origin/fix/cli-streams) formatting
3ccc879ae3b4a17be30273687140853e663cd887 (tag: v0.1.0) update readme: installation instruction from github

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions