tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 488 forks source link

修改tridentNet模型结构 #296

Closed dongzhenguo2016 closed 4 years ago

dongzhenguo2016 commented 4 years ago

我准备结合自己的数据集在tridentNet上做一些改进,我在/models/tridentnet/目录下修改了builder.py的内容。做了修改后,需要编译吗? 在builder.py中修改了 @classmethod def get_train_symbol()函数 谢谢

xchani commented 4 years ago

There is no need to compile, unless you modify c++ or cython file.