luminxu / ViPNAS

The official repo for CVPR2021——ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search.
MIT License
47 stars 11 forks source link

where is constraints C in the code #9

Closed DongHappyyy closed 2 years ago

DongHappyyy commented 2 years ago

Excuse me, I'm back again. I want to ask where the computation complexity (Flops) constraints C in the paper is in the code. I tried to find this constraint C, but I didn't find it

luminxu commented 2 years ago

The computational complexity constraint is set in the search process. We can find a best architecture under the constraint via neural architecture search. However, we directly release the discovered optimal architecture in the codes, where the computational complexity constraint is not needed.