Lausannen / NAS-FCOS

NAS-FCOS: Fast Neural Architecture Search for Object Detection (CVPR 2020)
https://arxiv.org/abs/1906.04423
BSD 2-Clause "Simplified" License
190 stars 35 forks source link

Requirement of data on device #9

Open varghesealex90 opened 4 years ago

varghesealex90 commented 4 years ago

Hello,

I was wondering if it is necessary to have dataset on device. For example to train a model for a resource constrained device (Say Tx2 or mobile phone), does the implementation require the dataset (COCO) to be present on the target device.

Could you let me know a possible solution in a situation wherein we cant load the entire data on a resource constrained device