Skip to content

Commit

Permalink
6.0A release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frogbots4634 committed Sep 25, 2020
1 parent 49528a0 commit d3b1aa8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,29 @@ In order to reduce APK size, the Turbo and Extreme Turbo variants do not bundle
// Find a line similar to this in the program
vuforia.loadTrackablesFromAsset("DatasetName");
// And replace it with this (obviously adjusting the DatasetName)
vuforia.loadTrackablesFromFile("/sdcard/FIRST/DatasetName");
vuforia.loadTrackablesFromFile("/sdcard/FIRST/vision/DatasetName");

/*
* For TensorFlow
*/
// Find a line similar to this in the program
tfod.loadModelFromAsset("DatasetName.tflite");
// And replace it with this (obviously adjusting the DatasetName)
tfod.loadModelFromFile("/sdcard/FIRST/DatasetName.tflite");
tfod.loadModelFromFile("/sdcard/FIRST/vision/DatasetName.tflite");

```



## Release Notes:

###6.0A

Released on 25 September 2020

- Updates to SDK v6.0
- Changes vision datasets to be loaded from `vision` subfolder of `FIRST` folder to prevent the Vuforia XML files from appearing in the configuration editor

### 5.5B

Released on 30 August 2020
Expand Down

0 comments on commit d3b1aa8

Please sign in to comment.