-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris Sweet edited this page Mar 17, 2023
·
3 revisions
Welcome to the pad-naxos wiki!
- add unique id
- import old category table
- rename
categorytoproject. Use id rather than name? - remove columns
picture_2_location(645 cards),blob_file_location(436 cards),blob_date(436 cards),camera_type_2(13 cards),training_set(1159 not default),rectification_code(2355 not default) - rename
picture_1_locationtoraw_file_location? - rename
camera_type_1tocamera_type
Remove old non TF_lite networks. Maybe keep Tensorflow?
Keep all that have a hash and download link? - James
Maybe combine these? We have to check both for incoming pads if there is no project or test defined by the user.
- Most data is in
cardinfowhich is written to when they print the pad cards -
cardassignedallows a user to manually assign them -
cardinfo's assigned_test_id is only 0 or 33 (2 of these with a date of 2019-11-XX) - James
Differences,
-
cardassignedhasproject_name,cardinfohasproject -
cardassignedhasnotes,cardinfohascomment - Inport
cardassignedtocardinfo(which only has 94 records)? We should then sanitize as I know there are some dual assignments.
categories, cameras, competition, operators, results, saltpad, training_results, exif
Maybe remove analysis and drop the info from the app. We can trivially re-create this information. Talk to Marya in case she wants to look at it?
CardGroup Fields:
id: autoincrementuser: stringdate: date (default autogenerated when inserted)offsetX: int/floatoffsetY: int/floatcomment: stringdefault_project: foreign key to project.id (nullable)
CardGroupMapping Fields:
card_id: foreign key to card.id (unique)group_id: foreign key to card_group.id
ids, find max in card table
- https://github.com/PaperAnalyticalDeviceND/web-api/tree/main/src/server/database/migrations/versions
Change the primary key to id for,
- Samples
- Tests