Below are two CSV files (packaged into a single .zip file). One for the activations and one for the weights of MobileNet.

The columns of the weight file are:

The columns of the activation file are:

The idea is to process the network layer by layer. The weight and other parameters of each layer can be obtained by reading each line of the weight csv file. The input and output activation sizes of the corresponding layer can be obtained from the activation csv file.

mobilenet.zip