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
Maybe the current CUDA version in Colab is 12.2, and there is no corresponding support for this version in mxnet. You can change !pip install mxnet_cu112 to !pip install mxnet in the third cell. Also, in the "Initialize" cell, modify handler = Handler('./coordinate_reg/model/2d106det', 0, ctx_id=0, det_size=640) to handler = Handler('./coordinate_reg/model/2d106det', 0, ctx_id=-1, det_size=640). This way, it will use the CPU for processing.
See below
The text was updated successfully, but these errors were encountered: