myknowntime

Results 6 issues of myknowntime

Thank you for your share. But when I run through command like: "voc2012 = VOC2012('e:/VOC2012/', 'e:/VOC2012/SegmentationClassAug/', image_size=(513, 513)) batch_images, batch_labels = voc2012.get_batch_aug_fast(batch_size=8) cv2.imshow('image', batch_images[4]) cv2.imshow('label', batch_labels[4]) cv2.waitKey(0)" I will find...

Hi, Bin. I‘m a beginner in object tracking and I want to apply your code to my own dataset. Can you provide some suggestions to modify the relevant codes? Your...

I still can't figure out the code in cityscapes.py. Does it redefine the color and label of citylabels? If so, can you explain the concrete process? Actually, I used this...

In file utils , I found the function get_batch_of__trainval() uses random.sample to get batch_list in line 65, but random.sample is a pseudorandom function. I think it may influence the final...

Where can I find the checkpoints of HaloNet?

Appreciate your work. I just used your pretrained file "PIV-LiteFlowNet-en.paramOnly" to run piv data(cai piv dataset). Finally, I got a lot of ".flo" files, so how can I visualize these...