Commit 20a6625
Fix detector build issues
Summary: Made changes to make some previous components compatible with vizard. - Modified rotated box to accept additional arguments to support forward compatibility with vizard (arguments are unused) - Created new config file for testing, don't need to change and revert changes golden config file anymore during devloop - Added registering my test train datasets to setup function - Added imports to load components into registries - **[IMPORTANT TO REVIEW] Modified serializer class for datasets (no longer uses SharedList, read more on what SharedList does here: https://fburl.com/code/23u0ci1z)** Reviewed By: srihari2761 Differential Revision: D64119684 fbshipit-source-id: 662cf1a271cd5db6686c03d6ed93dd85e5287f9a1 parent ebe8b45 commit 20a6625
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments