Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pure dataset loading issue #6

Open
Taimoor-R opened this issue Jan 8, 2023 · 1 comment
Open

Pure dataset loading issue #6

Taimoor-R opened this issue Jan 8, 2023 · 1 comment

Comments

@Taimoor-R
Copy link

Some of the frames in the pure dataset do not have labelled data does the code cater for that?

@Taimoor-R
Copy link
Author

The pure dataset has json files and it has 2 sets(FullPackage and Image) in it for examples:
{
"/FullPackage": [
{ "Timestamp":xxxxxxxxxxxxxxxx, "Value":{
"barGraph" : x,
"beep" : xxxxx,
"droppingo2Sat" : xxxxx,
"o2saturation" : xx,
"probeError" : xxxxx,
"pulseRate" : xx,
"searching" : xxxxx,
"searchingToLong" : xxxxx,
"signalStrength" : x,
"waveform" : xx
}, "FrameID":""},
{ "Timestamp":xxxxxxxxxxxxxxxxxxxxx, "Value":{
"barGraph" : x,
"beep" : xxxxx,
"droppingo2Sat" : xxxxxx,
"o2saturation" : xx,
"probeError" : xxxxx,
"pulseRate" : xx,
"searching" : xxxx,
"searchingToLong" : xxx,
"signalStrength" : x,
"waveform" : xx
}, "FrameID":""}],"/Image": [
{ "Timestamp":yyyyyyyyyyyyyyyy, "Value":{
}, "FrameID":"/CameraFrame"},
{ "Timestamp":yyyyyyyyyyyyyyyy, "Value":{
}, "FrameID":"/CameraFrame"}]

  1. I wanted to know if there is any preprocessing required as the frames in the dataset dont match the timestamp in the "Full package" section and only match the "Image" section.
  2. How to use this with the code provided does it expect it to be in this format and how does it know which frame is assoicated with which fullpackage data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant