Robin Cole

Results 297 issues of Robin Cole

OK I hit the issue on `jupyter notebook`: ``` The 'kernel_spec_manager_class' trait of instance must be a type, but 'environment_kernels.EnvironmentKernelSpecManager' could not be imported ``` [Resolved](https://github.com/Cadair/jupyter_environment_kernels/issues/33) by `pip install environment_kernels`

Why not capture your own data using https://www.home-assistant.io/ :)

Hi nice to see someone else interested in object detection in HA. I've a movidius too and was planning to experiment with making this available to HA via a rest...

Running the notebook, the train cell fails with ``` ModuleNotFoundError: No module named 'ftfy' ```

Hi @mkhorasani great to see someone else interested in using streamlit as a UI for hardware. I have mentioned your post in the following thread https://discuss.streamlit.io/t/using-mqtt-to-interface-with-hardware-cameras-etc-streamlit-ui/11431/6 Cheers

Hi, this could definitely be implemented in Home-Assistant without much effort. Indeed I’ve had it in mind for a while to find a nice use-case for CV in the home...

Addresses https://github.com/johnolafenwa/deepstack-trainer/issues/5

I used Roboflow to import my yolo5 training data, and this doesn't include a classes.txt so I had to read the source to know what was required. We can just...

As its always nice to see. In my case performed with: ``` !python /content/deepstack-trainer/detect.py --weights /content/deepstack-trainer/train-runs/exp/weights/best.pt --img 640 --conf 0.25 --source /content/valid/images/ ``` This batch processes all the images in...

Training is taking surprisingly long, so would be useful to monitor metrics as we go