python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ModuleNotFoundError: No module named 'torch.fx'
ModuleNotFoundError: No module named 'torch.fx'
PyTorch version is 1.7.0 and i try to tun this command:
python3 detect.py --source inference/images/horses.jpg --cfg cfg/yolor_p6.cfg --weights yolor_p6...
aysekonus
Votes: 0
Answers: 0
What is models.common.C3 in yolov5 model?
[Yolo model summary][1]
Also can someone explain the values in arguments column
[1]: https://i.stack.imgur.com/weBPt.png
Shivam Sharma
Votes: 0
Answers: 1
Calculate the number of objects in a video using the imageai library
Hello everyone I want to count the number of objects in a video using the imageai library.
This is my source code:
from imageai.Detection import ObjectDetection
import cv2
import time
video = cv2.Vid...
Сергей Степин
Votes: 0
Answers: 0
Fixing memory leak in tensorflow2 during loading the model
I am new to tensorflow-2 and I am experiencing a memory leak in my object detection application. I was able to track the section which causes the issue.
class TensorflowObjectDetector:
def __init...
Priyamal
Votes: 0
Answers: 1