Gorilla-Lab-SCUT/frustum-convnet

How to predict the class in the test dataset?

twn29004 opened this issue · 0 comments

class_type = test_dataset.type_list[load_batch_size * i + b]

det_results[data_idx][class_type].append(output)

In the test_net_det.py , the class_type is from the validation test data label. But in the test dataset, we can't get this info. So How can we get the class in the test dataset.