robotic-grasping icon indicating copy to clipboard operation
robotic-grasping copied to clipboard

How to use image-wise (IW) and object-wise (OW) data splits mentioned in the paper?

Open ZiyeHu opened this issue 3 years ago • 6 comments

ZiyeHu avatar May 28 '21 00:05 ZiyeHu

You can use the ds-shuffle parameter for it. The default is object-wise (OW) and setting it to True with give you image-wise (IW).

skumra avatar Jun 14 '21 02:06 skumra

The default value is OW. If IW is required, do I need to change the "DS-shuffle" part in the training and test code to true, and use "DS-shuffle" in the command line?

thk8181 avatar Sep 15 '21 08:09 thk8181

image-wise。at test time ,do l need ds-shuffle=True?

19915370507 avatar Dec 13 '21 06:12 19915370507

Hi, skumra! I have the same question. I don't understand why I turn "ds-shuffle" it will become IW? It just make the index become shuffled.

TianheWu avatar Dec 25 '21 17:12 TianheWu

Hi, skumra! I have the same question. I don't understand why I turn "ds-shuffle" it will become IW? It just make the index become shuffled.

I understand the reason. I am sillyB.

TianheWu avatar Dec 25 '21 18:12 TianheWu

image-wise。at test time ,do l need ds-shuffle=True?

When I set the flag to True in the testing time, the accuracy is only76%

LemonQC avatar Apr 25 '23 12:04 LemonQC