lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.53k stars 382 forks source link

What is it? #229

Open ksv87 opened 3 months ago

ksv87 commented 3 months ago

What are these levels? https://github.com/lufficc/SSD/blob/68dc0a20efaf3997e58b616afaaaa21bf8ca3c05/ssd/modeling/backbone/mobilenetv3.py#L177-L182

and these https://github.com/lufficc/SSD/blob/68dc0a20efaf3997e58b616afaaaa21bf8ca3c05/ssd/modeling/backbone/mobilenet.py#L89-L94

I planning integrate mobilenet v4 from https://github.com/jaiwei98/MobileNetV4-pytorch/blob/main/mobilenet/mobilenetv4.py or https://huggingface.co/blog/rwightman/mobilenetv4

Should I add extra levels like in v3? Replacing InvertedResidual with UniversalInvertedResidual

ksv87 commented 3 months ago

@lufficc can you tell me, please?