amazon-science / siam-mot

SiamMOT: Siamese Multi-Object Tracking
Apache License 2.0
478 stars 61 forks source link

where is maskrcnn_benchmark? #15

Open JAYCHOU2020 opened 3 years ago

mondrasovic commented 3 years ago

I am not sure if I understand your question correctly, but I'll try.

The maskrcnn_benchmark is an external library developed by Facebook. It is a precursor to the now popular Detecton2.

Prior to running the SiamMOT architecture, you have to install the aforementioned library (among other things). Most preferably, build it from the source code. Here is the tutorial on how to install this library.