Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 536e352

Browse files
authored
Merge pull request #10 from dronedeploy/main_script_name
rename main script
2 parents a71a82c + 1e62dc3 commit 536e352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wandb login
2121
python3 main_keras.py
2222
2323
# train a Fastai model
24-
python3 main.py
24+
python3 main_fastai.py
2525
```
2626

2727
This will download the sample dataset and begin training a model. You can monitor training performance on [Weights & Biases](https://www.wandb.com/). Once training is complete, inference will be performed on all test scenes and a number of prediction images with names like `123123_ABCABC-prediction.png` will be created in the `wandb` directory. After the images are created they will be scored, and those scores stored in the `predictions` directory. Here's what a prediction looks like - not bad for 50 lines of code, but there is a lot of room for improvement:

0 commit comments

Comments
 (0)