[Support]: Issue with state classification #22240
Replies: 3 comments 3 replies
|
Your state classification model appears to be configured correctly, and the fact that it's still technically identifying states suggests the model itself is functioning.(1) For state classification models, the Recent Classifications tab has specific behavior regarding which images are saved. Images are only added under these circumstances:(1)
Images are not saved when the state is stable (detected state matches current state) and the score is 100%.(1) The UI timeout behavior you're experiencing isn't directly addressed in the available documentation. Since the classification is still working but the UI interaction is failing, this could be a browser-specific issue or a session timeout problem. Try these steps:
Your configuration with If the issue persists after trying these steps, visit GitHub to report this UI-specific behavior. 📚 Sources: Have another question? Just tag @inkeep. |
|
in the UI, looking at the requests its sending out, it seems to keep repeating the same request. Request URL the thumbnail of the state which previously displayed a screenshot of the gate open now just shows the typical grey box fading in and out - which normally indicates an image is loading but it never does in this case - and keeps repeating the above request |
|
this can be closed. it was caused by image files that were already in the dataset file structure - or supposed to be in the dataset file structure - missing from /clips/state name/state directory. I had this situation arise because of a failed network share mount, and once I resynched the directories the problem went away. It would be good if some sort of logic to detect / handle missing files could be put in place, as I was unable to do any new image training while those files were missing. the logs didnt have any errors about the files missing either. but state identification still worked - assumingly because the trained dataset file lives somewhere else? - which was confusing. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
I have created a state classification for a simple gate - 3 states - open, closed, unknown. The unknown may not be needed but I used it to classify images with artefacts due to camera pixellation or ffmpeg drop-outs.
I trained 2-3 images of the gate open, around 10 of the gate closed, 1 unknown. It was working fine for the first 2 days identifying state changes and allowing me to go back into the UI and classify any new pictures that have lower state certainty.
However, now the UI seems to time out and doesnt identify any of the previous states, nor allow new images to be assigned to an existing state for training. It still technically works as far as identifying the state, I just cant update anything in the UI anymore. There arent any errors that I can see in the logs, new classification images keep coming in, I just cant do anything with them.
Version
0.17.0-f0d69f7
What browser(s) are you using?
Chrome 145.0.7632.117
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
irrelevantInstall method
Docker Compose
docker-compose file or Docker CLI command
irrelevantObject Detector
Coral
Network connection
Wired
Camera make and model
hikvision, tapo, ring
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
All reactions