decompile-cfg translates Python bytecode back into equivalent Python source code. It accepts Python version 3.8 to 3.10 bytecode for now. For decompilation of older Python bytecode, see decompyle3 and ...
mmdet3dの勉強をしているのだが、mmengineの仕組み、特にConfigの仕組みを知っておかないとコードがさっぱり読めない。今日はこれを知る回。 mmengine公式がConfigについてのドキュメントを提供している。それを順に読むだけなので、英語が読める人はこんな ...