You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alonet/deformable_detr/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ cd alonet/deformable_detr/ops
11
11
python test.py # should yield True
12
12
```
13
13
14
+
:warning: If you encounter ```error: parameter packs not expanded with ‘...’``` you may need to downgrade gcc and g++ to version <= 10
15
+
14
16
## Getting started
15
17
16
18
Here is a simple example to get started with **Deformable Detr** and aloception. To learn more about Deformable, you can checkout the <ahref="https://visual-behavior.github.io/aloception-oss/tutorials/training_deformable_detr.html">Deformable Tutorials<a/>.
0 commit comments