-
Notifications
You must be signed in to change notification settings - Fork 66
Error when running run_sample_training_pipeline.sh #28
Comments
hmm. not sure sorry. it's been quite awhile since i've run this code so if skimage has been replaced with scikit-image i'd propbably see into the same thing myself now :( |
Ok I see. I think it is still correct to say
but the pip install has to be scikit-image. You do not have a docker container by any chance that has the versions of tensorflow and so on that you used when this was made that I could run? EDIT: and did you run this project on linux or windows? |
i don't sorry, and the tensorflow version is a really good point, a number
of things have changed in TF so i'd be unsure if it all runs...
…On Thu, 11 Nov 2021 at 23:22, Testbild ***@***.***> wrote:
Ok I see. I think it is still correct to say
import skimage
but the pip install has to be scikit-image.
You do not have a docker container by any chance that has the versions of
tensorflow and so on that you used when this was made that I could run?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFILNPD7OVCJGEKR7QUHLULOYRZANCNFSM5HYIS64Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Do you by any chance remember the TF version that you used? I would assume TF1.x if I had to guess. Would be really nice, as we do have a real problem where we have to count bees 😄 |
the version running on the rasp pi was 1.6;
for training i would have been using whatever was current at the time
as a side note; this kind of project is exactly what i'm working on now as
a day job now,
so if you'd like to join the conversation at
https://forum.edgeimpulse.com/t/pollen-on-bees-legs-baskets-detection/1730
(or start a new forum conversation) we'll love to hear about your
requirements so we can build the features out to support you
…On Fri, 12 Nov 2021 at 06:31, Testbild ***@***.***> wrote:
Do you by any chance remember the TF version that you used? I would assume
TF1.x if I had to guess. Would be really nice, as we do have a real problem
where we have to count bees 😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFILP7SC2HWOUKNOLSEO3ULQKYVANCNFSM5HYIS64Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi, I mainly do this for educational purposes, but maybe there is a chance to come together. |
Also I think I figured out the issue. The versions from the requirements.txt were mostly too new. I created a conda environment with python 3.7 and installed the correct version (well versions with which the script runs through).
Is it normal, that there are no detection on the predicted images with only the 2 steps of training? Thanks and best regards |
a forum post describing your use case will be your best bet, i'm not going
to work on this project outside porting it to edge impulse
…On Wed, 17 Nov 2021 at 21:35, Testbild ***@***.***> wrote:
Hi,
sorry for the late reply. Do you have an E-Mail, where I can contact you?
I mainly do this for educational purposes, but maybe there is a chance to
come together.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFILI42KUGKFSNDQ2BYY3UMOAQPANCNFSM5HYIS64Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
yes it'll very likely take more than two steps. there is something coming
through so it's hooked up!
…On Wed, 17 Nov 2021 at 22:31, Testbild ***@***.***> wrote:
Also I think I figured out the issue. The versions from the
requirements.txt were mostly too new.
I created a conda environment with python 3.7 and installed the correct
version (well versions with which the script runs through).
conda create -n beeProjectConda python=3.7
pillow
python-utils
scipy
scikit-learn
scikit-image
tensorflow==1.15
tensorflow-gpu==1.15
pyyaml==5.4.1
numpy==1.16.5
pywavelets==1.1.1
matplotlib==3.1.0
Is it normal, that there are no detection on the predicted images with
only the 2 steps of training?
[image: 20180208_074854 jpg]
<https://user-images.githubusercontent.com/9366108/142192709-755ff1b5-6d11-438e-9740-bbad83ec6599.png>
[image: 20180210_121423 jpg]
<https://user-images.githubusercontent.com/9366108/142192724-782f9641-46da-4b6b-832c-d3e9884be1bd.png>
Thanks and best regards
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFILPTJN7FIW7V2VDILXTUMOHCVANCNFSM5HYIS64Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi @matpalm ,
that is an awesome project you have here. I struggle a bit to get it running. I did the following (on my windows 11 machine):
create a virtual environment with python -m venv
install the requirements.txt in the virtual environement
run the run_sample_training_pipeline.sh
The labeling tool opens and works fine with the sample images from you. When it then comes to the materialise_label_db.py the following error appears:
So I tried to manually install skimage as it was reported missing. Then it said install scikit-image instead of skimage, but that is already satisfied.
Hence the script stops and I cannot start the training. I feel like I am doing something rather obvious wrong. Maybe you can help me here.
Best regards and thank you!
The text was updated successfully, but these errors were encountered: