wzm2256

Results 21 comments of wzm2256

In my case, I need to save more than 1000 images in a script, and my work around is to put my iphone on the ESC keys so it kills...

Also, #include is needed in the first line. Please add this line or make it clear that the code is not a complete example.

Did you solve this problem?

I solved it like this: Add a line: config=tf.ConfigProto(allow_soft_placement=True, log_device_placement=False) and replace the session definition: with sv.managed_session() as sess: with: with sv.managed_session(config=config) as sess:

> Please improve the responsiveness of the web UI! Performance issues were raised several times in the past (#627, #925, #1517, #1571, #1763, #1902, #3334, #4034, #4305, #4454, #5653) and...

For anyone who wish to know the meaning of gt.log file, please see http://redwood-data.org/indoor/fileformat.html For anyone who wish to know how to compute the relative pose, I provide a concrete...

Hi, if you are still working on this. A solution is here https://github.com/wzm2256/Labelme2YOLO/tree/wzm2256-patch-1 I removed the labelme dependency, and now it should work with all labelme versions.