tongpinmo
tongpinmo
When I want to clone or download private file from own github ,it failed , I wonder if you can fix the problem
Please,i wan to ask when will you release the train module code ?
WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of...
excuse me ,can you teach me how to visualize the training process ? according to your method ,in the train.py ,I add some codes like this :grinning: ## train.py ```python...
I have one question: 1:when i run test_kitti_pose.py ,the sequence_length=3,but the length is 5 in in pose_data of your results,why? 2:does the sequence_length matter a lot? 3 or 5 or...
when i run the python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out flow_generate the problem is : OutOfRangeError (see above for traceback): Read less bytes than requested [[Node: save/RestoreV2_130 =...
我居然非常期待python版本
After I train the network with multiple classes(11), the inference result is confusing. In applyOnImage.py: The first problem is in the line: imsave(save_path, ut.combine_image_blobs(image_raw, pred_blobs)): ValueError: Invalid shape for image...