gustavz/deeptraining_hands
Dataset, necessary Scripts and trained SSD Model for detecting Hands in Realtime.
Python
Issues
- 0
oxfordhands setup warning
#8 opened by edwardnguyen1705 - 1
egohands setup error
#2 opened by monajalal - 2
print ("successfully converted {}-labels from mat to pascal-xml").format(directory) AttributeError: 'NoneType' object has no attribute 'format'
#1 opened by monajalal - 0
Can you please explain in short how you created the cfg file for hands? Like how do you select num of cluster as 5 and get those anchors? Also most importantly as far as know the filter value should be 3*(1+5) = 18 (no. of classes =1) , so why did you take it as 30? Bcz as I changed the number to 18 I got an error (Im training for oxford hand dataset).
#7 opened by vnt1537 - 2
- 0
where is the ssd_handsnet_checkpoints?
#5 opened by JasOlean - 0
how to compare the result of SSD and YOLO?
#4 opened by JasOlean - 0
which value use for weights to train YOLO?
#3 opened by JasOlean