diazGT94
diazGT94
I download the 6.wav and play_wav.py files and try it on my Maixcube, and it returns the value that the file is playing but I can't hear the sound. Currently,...
Hi, I'm new using .stl models with Python. And I was wondering if I've a model that has two holes is it possible to find the hole dimensions and centroids?
When I run the demo on CPU only runs slower than using tinyYoloV4+DeepSort why is that? Is this repo configured to run optimized on GPU only?
I trained a custom yoloV2 detector with 2 classes using the tools provided in this [repository](https://github.com/sipeed/maix_train/tree/master/pytorch), but I've to modify the input size of the image to 416x416 to get...
Hello, I trained an object detector with Yolo and I would like to know how to convert it to AWNN. I was able to convert the .cfg and .weights files...
Hello, I'm running a script that imports a video from the SD and I'm using the face model to track the face in the video. However, when I want to...
Is it possible to use the other backbones described in the `darknet.py` file to train models? Like darkent-19 or darknet-light.
I've a balanced dataset of 550 images with two classes, one of the classes has smaller objects than the other one. **Input Size [3x224x224]** When I set the training script...
I trained a custom yoloV2 detector with 2 classes using the tools provided in this repository, but I've to modify the input size of the image to 416x416 to get...
Is it possible to run the Retinaface model in a python script instead of a c script?