Commit graph

208 commits

Author SHA1 Message Date
Romain Bazile 317df93428 main.py: fix segmenter startup bug 2021-11-03 13:37:13 +01:00
Romain Bazile 24e28d88ff segmenter: fix typo in process_pixel 2021-10-29 13:49:50 +02:00
Romain Bazile 6cb8b70eaa sourcery: remove f-strings to make it happy 2021-10-18 14:01:58 +02:00
Romain Bazile ec43f11f98 segmenter: add process_id 2021-10-18 14:00:23 +02:00
Romain Bazile c8ed69ae2d usb backup: add log at end of main copy 2021-09-06 18:58:32 +02:00
Romain Bazile 1cf9874391 better manage a segmenter failure to start and kill the process 2021-09-06 18:58:23 +02:00
Romain Bazile bd85bc0d28 raspimjpeg error script: make executable 2021-09-06 18:56:43 +02:00
Romain Bazile 1fa40167d6 segmenter: fix bug when less than 20 images are segmented 2021-09-06 18:56:17 +02:00
Romain Bazile b9e73bb56b update to allow raspimjpeg execution 2021-09-06 18:54:44 +02:00
Romain Bazile f3e6d90a4d segmenter:retrieve initial size data from metadata.json 2021-09-06 18:50:01 +02:00
Romain Bazile 20398bfbab Imager: add proper image gain settings and disable them in the ui 2021-09-06 18:43:07 +02:00
Romain Bazile 16311c5f3a Raspimjpeg: set exposure mode to off 2021-09-06 18:42:02 +02:00
Romain Bazile 7be689b8d9 Raspimjpeg: build based on da4b2c6d54e21bedf812f9bf31236cff2078f2e6 from https://github.com/PlanktonPlanet/userland 2021-09-06 18:41:13 +02:00
Romain Bazile c25f56953f chrony: add conf file 2021-07-08 14:59:46 +02:00
Romain Bazile 513dc046f7 Add dts script generation 2021-07-07 16:45:31 +02:00
Romain Bazile ef09302e0d update: temporary fix to cleanup things a bit 2021-07-07 16:15:55 +02:00
Romain Bazile f79cc62a60 Doc: update Node-red starting dependency 2021-07-06 14:22:44 +02:00
Romain Bazile 88f2f72b65 imager: fix capture loop 2021-07-06 13:15:31 +02:00
Romain Bazile 44c3fd1f5e Setup: add config files and setup hotspot 2021-07-01 18:19:32 +02:00
Romain Bazile 7d02dfa27f Expert setup update and update script split 2021-07-01 15:56:15 +02:00
Romain Bazile f316796e99 Replace all references to PlanktoNScope by PlanktoScope 2021-07-01 15:55:56 +02:00
Romain Bazile 0bdd85366a update: fix various bugs
flow: improve update handling
2021-06-30 22:43:58 +02:00
Romain Bazile 40e9c9c08c update: fix branch update
(cherry picked from commit dc1c7a8e423e0f42a3621199c43a6a1640b720a2)
2021-06-18 11:27:24 +02:00
Romain Bazile 787db1431c segmenter: add metadata regarding operations
(cherry picked from commit 625f754cd531806742327be920accc9ccf0e5f03)
2021-06-18 11:27:07 +02:00
Romain Bazile 8436ac2926 segmenter: fix ecotaxa export again
(cherry picked from commit 253408b5a8156171f5853ed1420f63ebcac0dc7b)
2021-06-18 11:27:03 +02:00
Romain Bazile 328d227b8f display: detect display availability
(cherry picked from commit 922b47ca8fdd495b8b2835e9ab5b6430982e1735)
2021-06-18 11:26:54 +02:00
Romain Bazile a23820e28d update: force git checkout to switch branch
(cherry picked from commit 2b1d78f28f28abedf1822cddf0021d24bf9c82a0)
2021-06-18 11:26:47 +02:00
Romain Bazile 8877263371 update: explicitely install scikit-image
(cherry picked from commit c9f67c59c5e98520c512052214ef67bb8154ff0a)
2021-06-18 11:26:43 +02:00
Romain Bazile 5a50bdf23a segmenter: fix ecotaxa message
(cherry picked from commit b652646682e914d66a25e03ac8c348b4234284c7)
2021-06-18 11:26:38 +02:00
Romain Bazile e18d9835ad segmenter: replace adaptative threshold by simple threshold in pipe
(cherry picked from commit f6482fcca9abc0f7e027890a57175559a179d060)
2021-06-18 11:25:46 +02:00
Romain Bazile 5c005ed619 segmenter: fix ecotaxa output bug
(cherry picked from commit af978d7da07f06923d038e750512b7a07c3b3fd0)
2021-06-18 11:25:37 +02:00
Romain Bazile ef59fc4ee1 segmenter: add contour export
(cherry picked from commit 9329cbf8c9fd6a2e3fd5473896a8d1902acfe627)
2021-06-18 11:25:29 +02:00
Romain Bazile 6675b2ebfc segmenter: operations, add simple threshold and change kernel size
(cherry picked from commit f142cfafe74691bcf22a94616adb189755095669)
2021-06-18 11:25:18 +02:00
Romain Bazile 43f01fa893 segmenter: fix median bug calculation
(cherry picked from commit c5f5745d110a3e88fca638f2051413f656115f74)
2021-06-18 11:25:11 +02:00
Romain Bazile 4dca53e2e4 segmenter: save a bigger area than needed
(cherry picked from commit b1d0c4988e80eef2cc3c83618bc62787aa72c6df)
2021-06-18 11:25:07 +02:00
Romain Bazile 396c5623e9 segmenter: activate option to keep debug images
(cherry picked from commit 23e023d6c51a89992e0332aef843e59a180d0fac)
2021-06-18 11:24:59 +02:00
Romain Bazile 8732f8729f segmenter: don't push to pipe if the pipe if full
(cherry picked from commit 1c5a94e605f7ab52efc6fb2b2fdeefdf2c4ab2e3)
2021-06-18 11:24:55 +02:00
Romain Bazile 36eccd43f2 segmenter: ecotaxa export, check that there are objects to export
(cherry picked from commit 31b8c83aa6f0db59c64a62f4caf73cf3974da4f6)
2021-06-18 11:24:51 +02:00
Romain Bazile 86c322ccbe display: fix the shutdown message line break
(cherry picked from commit 1d8a599975ef244db0e0533adfc2963ae105e513)
2021-06-18 11:24:47 +02:00
Romain Bazile 3550dcf362 usb_backup: update rsync flags to improve speed
(cherry picked from commit 3c4e34f4e132dfebb74d77f089fca5f323e88eed)
2021-06-18 11:24:42 +02:00
Romain Bazile 07a808aa04 error.svg addition
(cherry picked from commit f5dfaf5662dd10f2126af5b4db1d54c517af4fa6)
2021-06-18 11:24:09 +02:00
Romain Bazile bf8cfc73f8 remove old segmenter file
(cherry picked from commit d92b067dea1721e16922ec22f53c5e5e3b916cf3)
2021-06-18 11:24:00 +02:00
Romain Bazile a16e807072 display: change shutdown message
(cherry picked from commit ce0f23d0904c741effafaa86ee01f3503fb610d8)
2021-06-18 11:23:26 +02:00
Romain Bazile f5d7d8aa6a update: update numpy
(cherry picked from commit ac39d19139a122f525a1528fb98035886977df03)
2021-06-18 11:23:20 +02:00
Romain Bazile fedb4a0f09 segmenter: working again!
(cherry picked from commit 6e0358ede1fd9dc302f962b08e4aa73420b296da)
2021-06-18 11:23:07 +02:00
Romain Bazile de3a1ff7ce display: fix bug on shutdown
(cherry picked from commit 08b3563724adea4e4802e671f4733a7958f8345c)
2021-06-18 11:21:47 +02:00
Romain Bazile 7ad48da054 imager: move and split into submodules
(cherry picked from commit 0716f25fb7b78140ed1960445810557ad9e6840c)
2021-06-18 11:21:35 +02:00
Romain Bazile 24aeee4c46 segmenter: first pass, not really working as intended
(cherry picked from commit e4d7843a35c0c50875bb1e0fe3d29ad3551105e5)
2021-06-18 11:19:58 +02:00
Romain Bazile aa21393320 update: add pip package upgrade 2021-05-11 02:31:51 +02:00
Romain Bazile 8eb2bd011c display: improve shutdown message 2021-05-11 01:44:49 +02:00