Majdi Karim
Majdi Karim
### Versions * Python 3.8.10: * Ubuntu 20.04: * Buildozer : 1.2.0 ### Description I wasn't able to generate APK file for a very simple kivy app that doesn't import...
Hello, I'm having an issue with the code. I'm using colab, having all the necessary requirements installed. I forked the project into my colab session then run the python command...
Hello, I'm using google colab. I would like to download the preprocessed version shapenet and syntethic room datasets so I can feed to another 3D reconstruction model. I'm unable to...
`` It has been impossible to upload a yolov5 model trained on a custom dataset. My folder ```` rf = roboflow.Roboflow(api_key="..") project = rf.workspace().project("...") version = project.version(2) version.deploy("yolov5", "yolov5/runs/train/exp2") ````...
Hello guys, The documentation states that in order to build the engine by compiling g++, you need to use the "make" command line. However, the makefile script uses clang++ as...