-
Hi! First of all thank you for this working implementation of SSD in pytorch.
I am trying to build a person detector with this implementation for my bachelor thesis. I removed the other classes in v…
-
I created Compreface it in its own container and it went well. I did the photo training in the compreface web portal and was able to successfully use that web portal to hand the AI a test image and i…
-
Hi,
I have built 3 detectors thus far and none of them seem to work. They all are giving off ~29.6 V but none are not giving off any counts at any normal rate.
90% of the time there are zero count…
wvols updated
2 years ago
-
👏
often and normally all "issues" are only bug-reports about errors,errors,erros.
this one is a congratulation.
i am more than glad about your extensive and explanatory comments in the code. …
ozett updated
4 years ago
-
### Environment: (where does this bug occur, have you tried other environments)
- Which branch (`main` for latest released): main
- Which revision (`HEAD` for the most recent):
- Any specific OS or…
-
I want to detect only one class(person) in my image. like, I want to count the number of persons in my image. how should i proceed.
-
`ROOT_DIR/models/detectors/yolo/data/coco.names`
80 Classes label index(0~79) from top to bottom
person
bicycle
car
motorbike
aeroplane
bus
train
truck
boat
traffic light
fire hydran…
-
Recently @pythonhacker and @harisibrahimkv reported few comments looks like a spam. Junction right now only allows logged in users to comment.
There are two levels of deducting/marking comment as a …
-
When I use detect any config
> ./darknet detect my_config super.weights ./file.jpg
i get alvays Couldn't open file: cfg/coco.data
this are error?
-
I've set up darknet on windows 10, with cuda 8 and cudnn, and all appears to be working for detection. Ive become use to seeing the bounding box on the detected object with [pjreddie/darknet ](https…