Skip to content

Commit

Permalink
Trained for Update 57
Browse files Browse the repository at this point in the history
  • Loading branch information
GICodeWarrior committed Jul 17, 2024
1 parent e9d2eb5 commit 50fd8ab
Show file tree
Hide file tree
Showing 678 changed files with 22,470 additions and 354 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
fi

warLocation=$(cd "${1}"; pwd)
version='naval-56'
version='naval-57'

parseCatalog() {
echo "Parsing catalog. (downloading / updating npm packages)"
Expand Down Expand Up @@ -78,7 +78,7 @@ buildClassifier() {
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDNN_PATH/lib

rm -r model-tf || true
pipenv run python train.py 50 rgb 0.05 0.005 ../catalog/training/
pipenv run python train.py 50 rgb 0.10 0.005 ../catalog/training/

echo "Training complete, assembling results."
rm -r ../foxhole/${version}/classifier || true
Expand Down
18 changes: 12 additions & 6 deletions catalog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions catalog/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ function coalesceObject(coreObject) {
const materialNames = {
Cloth: 'Basic Materials', // BPBasicMaterials.uasset
Wood: 'Refined Materials', // BPRefinedMaterials.uasset
Explosive: 'Explosive Materials', // BPExplosiveMaterial.uasset
HeavyExplosive: 'Heavy Explosive Materials', // BPHeavyExplosiveMaterial.uasset
Explosive: 'Explosive Powder', // BPExplosiveMaterial.uasset
HeavyExplosive: 'Heavy Explosive Powder', // BPHeavyExplosiveMaterial.uasset
};

const productionProperties = [
Expand Down
Loading

0 comments on commit 50fd8ab

Please sign in to comment.