tvishnu1990
Results
2
issues of
tvishnu1990
I used the below configuration in pytorch inference Anchor configuration feature_map_sizes = [[33, 33], [17, 17], [9, 9], [5, 5], [3, 3]] anchor_sizes = [[0.04, 0.056], [0.08, 0.11], [0.16, 0.22],...
I have two queries,First I downloaded the ssd training code and modified the required change based on AIZOO model. I try to load the model weights using "model = train.load()".With...