diff --git a/log/event/events.out.tfevents.1626966968.Shank b/log/event/events.out.tfevents.1626966968.Shank new file mode 100644 index 0000000..57f4c96 Binary files /dev/null and b/log/event/events.out.tfevents.1626966968.Shank differ diff --git a/test.py b/test.py index 81d8840..f2e32e0 100644 --- a/test.py +++ b/test.py @@ -132,7 +132,7 @@ def test(self): if __name__ == "__main__": global logger parser = argparse.ArgumentParser() - parser.add_argument('--weight_path', type=str, default='weight/best.pt', help='weight file path') + parser.add_argument('--weight_path', type=str, default='weight/dota608_66.17.pt', help='weight file path') parser.add_argument('--log_val_path', type=str, default='log/', help='weight file path') parser.add_argument('--visiual', type=str, default=None, help='test data path or None') parser.add_argument('--eval', action='store_true', default=True, help='eval flag')