Yuxi Wei

Results 5 comments of Yuxi Wei
trafficstars

But I use the data and config files offered by the authors? What should I revise to include all of the training data? Thanks~

> When running `python process_waymo_script.py --waymo_data_dir=../data/waymo_tfrecords/1.4.2 --nerf_data_dir=../data/waymo_multi_view` , my output is: > > ``` > 2024-05-15 08:46:57.258018: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library...

Yes, you can install the trajectory tracking module for smoother and more realistic trajectories, and you can also set the motion_agent-motion_tracking as False in config to disable this part.

> I find the checkpoint dir, I manually move the directory to the exp_coeff_0.3, the problem sovled. However I found that the "Agent Code" not working at most time, maybe...

> Another problem is that I tried to tell the exactly degrees I want, a error shows up: ![image](https://private-user-images.githubusercontent.com/45264423/312352988-b0262a85-72f5-4da3-baeb-c6abd05fc826.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTAzMTkxMjQsIm5iZiI6MTcxMDMxODgyNCwicGF0aCI6Ii80NTI2NDQyMy8zMTIzNTI5ODgtYjAyNjJhODUtNzJmNS00ZGEzLWJhZWItYzZhYmQwNWZjODI2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAzMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMzEzVDA4MzM0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY0NDJlYTQ1YzVmMTMzNmU5YTZmZGE2YTFmZjhiZDU2NDBiOTY4MTZmOGQ3NDU4MzJlYzI2NWE0ZDQwZGViMDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.01SWDAj_7gJrrawDve8cOPk-DluhOvI9Yjcbdnu01AY) Firstly, specifying a specific degree is indeed not supported. The supportable...