-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
COLAB VERSION PROBLEM SOLUTION #3041
Comments
Have you been training on your own dataset? Me and my friend have been using that repo and have gotten some decent results, however the detection is giving some bad results and the mAP always returns 0.0... |
yes i tried own dataset, It didn't give any errors but the results are not very good. Also, training is slow, how can I fast it up? |
No the results are not best for us either, only decent depending on the configs we use. Don't know much about your specs but I guess you are running the training with a GPU? |
In Google Colab, I select the runtime as GPU. But I don't know if you use it or not. https://github.com/userwatch/test/blob/main/OneClassCar.ipynb I added the model codes here |
You can check that by creating a cell and run the line "tf.test.is_gpu_available()" I think. Because you want to run tensorflow with the GPU |
Which version should it be? tf-nightly Do you have any ideas? @zikav1 https://stackoverflow.com/questions/76453565/error-installing-tensorflow-gpu-in-google-colab-subprocess-exited-with-error gpu looks before installing requirements. |
I'm not quite sure, we're not working inside of google colab. We're using a WSL ubuntu env and have installed CUDA and cuDNN to be able to run tensorflow with the GPU. |
This problem has been resolved. Thank you very much. |
How are your results? |
They are not that good. Don't know what is wrong. Something seems off with the validation and detection but can't figure out what that could be. And you? |
How many epochs and steps_per_epoch did you use? In the example I follow step_per_epoch =1000 I can share my data file with you. or you can also try the microcontroller dataset here. Note: Try testing with the best model in .h5 files. |
We have been trying with different optimizations. But think we ran something like 50 steps/epoch and 5000 epochs or so. Still getting some weird results when trying to predict. Yes that would be really nice if you could share that with me. And yes i'm a bit confused about what is being the model and the .h5 files. Is a single .h5 file defined as the "model"? |
Do you have discord or anything, would be easier to talk through there |
https://github.com/userwatch/data I added the data here. Yes, I use discord, my username is usertttwm |
Thanks, is it okay if I add you? |
Yes, you can add, |
Yes perfect! I added you |
Hi everyone, I used this repo in Colab. https://github.com/z-mahmud22/Mask-RCNN_TF2.14.0 If it doesn't work, let me know and I will share my own colab file.
Best wishes,
The text was updated successfully, but these errors were encountered: