Skip to content
Snippets Groups Projects
Commit f72d936e authored by Illia Oleksiienko's avatar Illia Oleksiienko
Browse files

Update all inference models

parent e6255b9c
No related branches found
No related tags found
No related merge requests found
......@@ -425,10 +425,13 @@ def all_save_detection_inference(start=0, index=0, devices=1):
# add models
# ("tanet_car", test_tanet),
# ("tapp_car", test_tapp),
("vnnclass1-2fill00001_tanet_car_s2", test_tanet),
("vnnclass1-2xavier_normal001_tanet_car_s2", test_tanet),
("vnnclass1-2xavier_uniform001_tanet_car_s2", test_tanet),
# # ("pointpillars_car", test_pointpillars),
*[("vnn_tanet_car_s" + str(i), test_vnn_tanet) for i in range(1, 3 + 1)],
*[("badvnn_tanet_car_s" + str(i), test_vnn_tanet) for i in range(1, 3 + 1)],
*[("vnn_tapp_car_s" + str(i), test_vnn_tapp) for i in range(1, 3 + 1)],
# *[("vnn_tanet_car_s" + str(i), test_vnn_tanet) for i in range(1, 3 + 1)],
# *[("badvnn_tanet_car_s" + str(i), test_vnn_tanet) for i in range(1, 3 + 1)],
# *[("vnn_tapp_car_s" + str(i), test_vnn_tapp) for i in range(1, 3 + 1)],
# *[
# ("vnn_pointpillars_car_s" + str(i), test_vnn_pointpillars)
# for i in range(1, 7 + 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment