AyaNasser96
AyaNasser96
Hi, I want to make the generated yolov4 (tensorflow) to be a static model not a dynamic model ? how could i do that ?? Note: I need it to...
I've converted yolov4 (custom trained on our dataset) from darknet to onnx using 'darknet2onnx.py' at this repo: https://github.com/Tianxiaomo/pytorch-YOLOv4) and by using the following environment, at first I used opencv 4.5.1...
Hello, thank you for this amazing repo, Do you have the mobilenet-ssd but v2 ? with the imagenet classes ? I am searching online for mobilnet-ssd-v2 pretrained model with pytorch...
While try to convert .weights to pb I got this error: AttributeError: module 'tensorflow' has no attribute 'contrib' `File "/home/aya/Deployment_project/OpenVINO-YOLOV4/yolo_v4.py", line 5, in slim = tf.contrib.slim AttributeError: module 'tensorflow' has...
Hello, Why are you search with transpose to get the output layer? (how did you know the transpose is the output) because when I search with that keyword I found...