sowmyakavali
sowmyakavali
while runnning demo.py --input_image ./test1.jpg its throwing this error ``` Traceback (most recent call last): File "demo.py", line 228, in tf.app.run() File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough))...
i was changed the new data set into the original data set format which was used in the code like sequence length=20 . I am not getting why it showing...
when i run this `!./darknet detect cfg/yolov3.cfg yolov3.weights data/person.jpg -dont_show ` I am getting this one `CUDA-version: 8000 (10010), GPU count: 1 OpenCV version: 3.2.0 0 : compute_capability = 610,...
Hi @rludlow ! Can you please tell me how to prepare custom dataset and which tool i can use for annotation?
Can you explain how you created new_test.list and new_train.list files ?
Here i am getting scaling values as [0.17620811 0.14491114 0.59327579] , what is the convertion formula to change these normalized values to object width or height.
Hi ! I didn't get why the rotation matrix is 3x3? what does it represents each vector? and what are the final x_rotation, y_rotation and z_rotation values that we need...
I have person image with white background , and I have one more image which I am going to use it as new background for person. I am trying to...
Hi @paperstiger @F2Wang ! Please look into this issue, ``` ``` Traceback (most recent call last): File "compute_gt_poses.py", line 351, in pose_graph = full_registration(path, max_correspondence_distance_coarse, File "compute_gt_poses.py", line 152, in...