dragonlzm / ISAL

This project hosts the code for implementing the ISAL algorithm for object detection and image classification
29 stars 2 forks source link

MMDet Implementation #3

Closed cliangyu closed 2 years ago

cliangyu commented 2 years ago

Hi! I don't know if I misundertood this... is the implementation included in the official MMdet repo? I didn't find it there.

Thank you.

dragonlzm commented 2 years ago

Yes, the implementation needs the MMdetection. What you need to do is to copy all the files under /detection of this project into the cloned MMdetection project as I said here "https://github.com/dragonlzm/ISAL#installation".