Skip to content

Commit 556b5ef

Browse files
authored
Update README.md
1 parent 397323b commit 556b5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ There are three parts to this code: loading the dataset on the mobile device, ru
99

1010
### Loading the dataset on the mobile device
1111

12-
The data files will be available in this [link](). Move them to your assets folder. The json files are split into 5 parts each with 25 images, so that we can load the image into the phone.
12+
The data files will be available in this [link](https://drive.google.com/drive/folders/1xxuEMNZbof0YWq6jri38iBIDoWkjtQEJ?usp=sharing). Move them to your assets folder. The json files are split into 5 parts each with 25 images, so that we can load the image into the phone.
1313

1414
Once the data is in the assets folder, go to *App.js* and ensure that you load the *LoadImageNet* component. The code will load take some time to load on your device, once it loaded click the load data button. The data that is being loaded will be logged in your terminal. Then, change the i value in line 58 of *imagenet_load.js* to i
1515
+25 and change the name of the file to the next file. Repeat this process for 5 times and the data is loaded in your phone.
1616

1717
### Loading the dataset on the mobile device
1818

19-
The component to load in your *App.js* now is the *SplitNet* component. The main changes to make in this component is to add the server url in the *App.js* file and *final_implementation.js* file. Based on the model, load the appropriate file for ModelA and ModelC, the files are availabe in this [link](). The component will have the button for training the model and once you click it the values are logged in your terminal.
19+
The component to load in your *App.js* now is the *SplitNet* component. The main changes to make in this component is to add the server url in the *App.js* file and *final_implementation.js* file. Based on the model, load the appropriate file for ModelA and ModelC, the files are availabe in this [link](https://drive.google.com/drive/folders/1xxuEMNZbof0YWq6jri38iBIDoWkjtQEJ?usp=sharing). The component will have the button for training the model and once you click it the values are logged in your terminal.
2020

2121
### Running the Server Code
2222

0 commit comments

Comments
 (0)