Ask Your Question
0

Where can I find how to deal with the return of the forward method?

asked 2019-04-11 08:03:08 -0600

Jesuino Vieira gravatar image

There are code examples using SDD, Mask-RCNN and YOLOv3 on the internet but they didn't explain the logic behind the list or array manipulation that the forward method returns.

Now, I'm trying to execute Faster-RCNN model I downloaded from this repo. The problem is that none of the logic used in the other methods are going well.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-04-11 09:05:49 -0600

dkurt gravatar image

There are code examples using SDD, Mask-RCNN and YOLOv3 on the internet

So that is why there are samples in the OpenCV repo:

object_detection.py
object_detection.cpp

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-11 08:03:08 -0600

Seen: 104 times

Last updated: Apr 11 '19