Closed xiyichen closed 1 year ago
Changing it to "force=True" solves the problem. Looks like it's a typo.
For me, I need to add force=True
for @POSITIONAL_ENCODING.register_module()
in positional_encoding.py and change source code of torchgeometry
according to this stackoverflow post to make things run.
For me, I need to add
force=True
for@POSITIONAL_ENCODING.register_module()
in positional_encoding.py and change source code oftorchgeometry
according to this stackoverflow pose to make things run.
yeah forgot to mention that I also had to make these changes
Hi, this typo has been fixed, and please refer to the FAQ section for the solutions to common issues.
I got this error during inference:
even if I installed the packages with correct versions:
I also can't find the keyword "froce" defined anywhere in the mmcv or mmdet source code.