Sense-X / TSD

1st place models in Google OpenImage Detection Challenge 2019
Apache License 2.0
456 stars 64 forks source link

Should not overwrite two_stage.py #24

Open ylf11235 opened 4 years ago

ylf11235 commented 4 years ago

I think you shouldn't just overwrite two_stage.py. Creating a new file like tsd_two_stage.py was better. This was not friendly, it kept me unrealizing that base structure was different from typical fasterrcnn until the error was thrown.

songguanglu commented 4 years ago

Hi, thanks for your advice and we will modify this in the future update.