@gamagameiro5305

i m getting a parsing error whit the cfg file . i have tried all the trivial solutions but no one is working.

@maaas1717

i like this video

@komalprajapati3711

hey I did object detection on pan card images.. I successfully get the bounding box in the desired fields .
But how should I extract the information like name of the person, his Dob etc. in separate output as I'm building an ocr engine.

@aitharajusaihemanth8595

Can we detect the clothes of a person in a video and save them in folder?

@charithab3786

How can train our custom dataset for example, I want to detect weapons using Yolov3 please explain 🥺❓

@ayeshasiddiqui9068

Thank u very much

@santanurana5466

Where to upload the image??My print(outs[1]) is giving nan value how to resolve this

@nfaazmi3508

did you have code detect and count person only using yolo

@Alpha-hj2ss

can we develop an android app for this yolov3 custom detection please?

@vortex4900

IndexError                                Traceback (most recent call last)
Input In [5], in <cell line: 2>()
      1 layer_names = net.getLayerNames()
----> 2 outputlayers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]

Input In [5], in <listcomp>(.0)
      1 layer_names = net.getLayerNames()
----> 2 outputlayers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]

IndexError: invalid index to scalar variable.
Any way to fix this error please help ??

@lingamdinneshaikayub8985

Iam not able to download the zip code

@nithyasri3800

layer_names = net.getLayerNames()
outputlayers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]


error:
IndexError: invalid index to scalar variable.

@official.satya.

Hello bhai
....can u plzz tell that where i hv to put these..coco.names and cfg nd other files..?

@cwithchethana9213

Hi,I actually want to detect n classify objects from satellite images, will this work,plz help me