Pranoy Dev

Results 7 comments of Pranoy Dev

Make a volunteer app route where IEEE volunteers can delete troll posts. and share this route on closed groups

If you're having issues with DevOps I highly recommend shifting to AWS. They have auto-scaling features which will help with handling the load.

Check it out https://aws.amazon.com/autoscaling/ and if you have issues with DevOps just ask.

And shifting from Postgresql to AWS DynamoDB will make the data query process faster and scalable.

If anyone wants to extract all detected objects as an image modify the image.c file and add ``` char str[10]; image c1 = crop_image(im, left, top, right-left, bot-top); sprintf(str, "%d",...

@Montasir007 goto images.c file in src folder, goto line 239 where the function draw_detections is defined, scroll down, you'll see an draw_box_width function above that function paste my code sample...

@Montasir007 the images will appear in the darknet folder itself like how the predictions.jpg is obtained. Make sure that you're using the darknet repo of https://github.com/pjreddie/darknet and not its forks....