forensic-architecture / mtriage

framework to orchestrate the download and analysis of media
Other
98 stars 16 forks source link

Updating Yolov3 #151

Closed Smoltbob closed 3 years ago

Smoltbob commented 4 years ago

I worked on updating the Yolov3 analyser. To do this I decided to branch from the latest release, hopefully that's OK. As I don't know how to integrate analysers to mtriage, I couldn't test it properly, however I wrote a standalone script and made sure that the model does works. Remaining errors could be: typos / misunderstandings with of API, or related to CUDA as I do not have a GPU to test. Note: this model requires downloading the weights using the bash script in config/.

breezykermo commented 4 years ago

You can apply the same technique I describe in your other PR here to test the analyser in practice!

breezykermo commented 3 years ago

Since there have been some changes, it would be great if you could open another PR to release without the changes in 'docs' and other READMEs, sorry!

I've made an example PR here with the appropriate changes here- I'll merge it as soon as it's up to prevent this happening again!