Feb 11, 2022
Hi, I'm not sure what you mean by "can't make changes to the code" ๐ So far I've only used detectron2 by changing params like learning rate then do some post-processing work. However, if you want to customize its model, maybe this documentation will work for you: https://detectron2.readthedocs.io/en/latest/tutorials/write-models.html ๐ค