Alpha-VL / ConvMAE

ConvMAE: Masked Convolution Meets Masked Autoencoders
MIT License
477 stars 41 forks source link

Train on #21

Closed zqyJason closed 1 year ago

zqyJason commented 1 year ago

Could you provide a tutorial on how to train and finetune with custom dataset? And how to modify the input image size during the detection, the current code seems not to support custom image size.

gaopengpjlab commented 1 year ago

Please refer to this repo for object detection with variable image size https://github.com/OpenGVLab/Official-ConvMAE-Det

zqyJason commented 1 year ago

Please refer to this repo for object detection with variable image size https://github.com/OpenGVLab/Official-ConvMAE-Det

Thank you !