Alexander Jaworowski
Alexander Jaworowski
The Docker setup instructions can include a little text about proper starting folder before the docker run command. Example. Say you cloned to folder tddec-code, and you are in folder...
Maybe obvious but... Running `make` in tddec-code builds cpputest. Is required in order to build the rest of the code in the sub folders. Executing `make clean` in tddec-code removes...
Great notes! For those of us coming from Matlab trying to learn numpy, i.e. lecture 2. Everything seems to be easy for vectors and 2D arrays. However, an example with...
**Thank's for a terrific project!!!** Now I would like to improve the audio output and installed the DAC+ from Hifiberry. I dont really understand how to use the alsa config...
(new feature) Today playing is accomplished with `aplay -f cd -` But say that we would like resample the 44.1k audio stream before piping to a CODEC, for example at...
### Search before asking - [X] I have searched the Roboflow Notebooks [issues](https://github.com/roboflow-ai/notebooks/issues) and found no similar bug report. ### Notebook name [how-to-auto-train-yolov8-model-with-autodistill.ipynb](https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-auto-train-yolov8-model-with-autodistill.ipynb) ### Bug Train target model - YOLOv8:...
Thank's for a great tutorial! I have tried to do a similar thing (with fruits dataset) but with the following models (TF1 OD model zoo) ssdlite_mobilenet_v2_coco_2018_05_09 and ssd_inception_v2_coco_2018_01_28 (also training...