avanetten / simrdwn

Rapid satellite imagery object detection
214 stars 154 forks source link

yolt3 test question #102

Open 1246886181 opened 3 years ago

1246886181 commented 3 years ago

Permit me to introduce myself...

for YOLT3, boxes_per_grid must be divisble by 3! RETURNING!

SIMRDWN now...

Traceback (most recent call last): File "simrdwn/core/simrdwn.py", line 1948, in main() File "simrdwn/core/simrdwn.py", line 1939, in main train_cmd1, test_cmd_tot, test_cmd_tot2 = prep(args) File "simrdwn/core/simrdwn.py", line 1166, in prep os.chdir(args.simrdwn_dir) AttributeError: 'NoneType' object has no attribute 'simrdwn_dir'

my test words python simrdwn/core/simrdwn.py --framework yolt3 --mode test --outname ships_results --label_map_path class_labels_car.pbtxt --weight_file yolov3.weights --yolt_cfg_file yolt3/cfg/yolov3.cfg --testims_dir data --keep_test_slices 0 --test_make_legend_and_title 0 --edge_buffer_test 1 --test_box_rescale_frac 1 --plot_thresh_str 0.2 --slice_sizes_str 416 --slice_overlap 0.2 --alpha_scaling 1 --show_labels 1