Jay Tun

Results 3 comments of Jay Tun

> ``` > I have a question: the problem occurs in the following code. > ``` > > train_file_path_list = sorted(glob.glob(os.path.join(data_root, 'prediction_train/_.txt'))) test_file_path_list = sorted(glob.glob(os.path.join(data_root, 'prediction_test/_.txt'))) > > train_file_path_list is...

Hello @Angelnian, if you are still have the question, I believe the code uses data from prediction_train.zip for training and then for testing prediction_test.zip. Hope that helped.

Hi @xincoder, Is there a way to visualize the testing on the dataset? Like there's an estimate in the bounding box in percentage how likely a pedestrian is to cross...