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
I made a magic change to the mmyolo framework, modified the model to support dual-stream input of visible and infrared light, I don't know if it is the reason that the FLOPS cannot be calculated after the magic change, how do I set up or change the code so that the tool can calculate FLOPS normally?
The text was updated successfully, but these errors were encountered:
Prerequisite
🐞 Describe the bug
I can't calculate flops using the tool provided by mmyolo get_flops the output shows like this:
Environment
sys.platform: linux
Python: 3.8.19 (default, Mar 20 2024, 19:58:24) [GCC 11.2.0]
CUDA available: True
MUSA available: False
numpy_random_seed: 2147483648
GPU 0,1: NVIDIA A40
CUDA_HOME: /usr/local/cuda
NVCC: Cuda compilation tools, release 12.0, V12.0.76
GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
PyTorch: 2.0.1+cu118
PyTorch compiling details: PyTorch built with:
TorchVision: 0.15.2+cu118
OpenCV: 4.10.0
MMEngine: 0.10.4
MMCV: 2.0.1
MMDetection: 3.3.0
MMYOLO: 0.6.0+21a7876
Additional information
I made a magic change to the mmyolo framework, modified the model to support dual-stream input of visible and infrared light, I don't know if it is the reason that the FLOPS cannot be calculated after the magic change, how do I set up or change the code so that the tool can calculate FLOPS normally?
The text was updated successfully, but these errors were encountered: