Results 6 issues of Sheryl Liang

Hi, I was running the test_models on somethingv2 but had to decrease the batch_size from 72 to 12 since I was getting a CUDA issue. The accuracy is lower as...

Your paper mentioned that you used your online TSM for object detection on ImageNet VID. Could you provide instructions on how to use it exactly with pretrained models?

I would like to save the result but when I pass in `--csv_file results.csv` it errors that `test_file_list[0] is None`. If I pass in `--test_file test_videofolder.txt` then it errors on...

Hi, I am using your gripper action server and wrote an action client that sends a goal to the action server. ``` $ rostopic echo /gripper/goal header: seq: 11 stamp:...

Hi, When i run catkin build I get the following errors for both rosplan_interface_movebase and rosplan_interface_mapping > Errors     CMakeFiles/rpsimplemapServer.dir/src/RPSimpleMapServer.cpp.o: In function `mongo::BSONObjBuilder::BSONObjBuilder(int)': > RPSimpleMapServer.cpp:(.text._ZN5mongo14BSONObjBuilderC2Ei[_ZN5mongo14BSONObjBuilderC5Ei]+0x65): undefined reference to `mongo::BSONObjBuilderValueStream::BSONObjBuilderValueStream(mongo::BSONObjBuilder*)' > CMakeFiles/rpsimplemapServer.dir/src/RPSimpleMapServer.cpp.o:...

Hi, I am on ubuntu 20.04 and i installed Blender but I cannot add the image_generation path to the Python ``` echo $PWD/image_generation >> $BLENDER/$VERSION/python/lib/python3.5/site-packages/clevr.pth ``` I located blender like...