Digitalbrain

Results 30 comments of Digitalbrain
trafficstars

Replace "your_dataset_path" to your downloaded dataset path. For example "/tmp/cuhk03".

I added test function. Refer to the README.

I make True/False pair from dataset repeatedly. Refer the 'read_data' function in 'cuhk03_dataset.py'.

Maybe false prediction. Accuracy is not 100% :) I used CUHK03 dataset. It is composed of mat files. If your dataset is different format, you should make your own dataset.py.

Sorry. I cannot know the reason. Could you rebuild all after removing 'build' directory?

Could you share Makefile and build process?

Maybe because of old code. I will update code in a few days.

thresh: Detect object that probability is bigger than thresh. hier_thresh: Hierarchical threshold. If you increase hier_thresh, more object classes will be detected. It is used for YOLO9000. pyyolo does not...

I will add parameter to select GPUID later.

I'm sorry. I had not tried yolo9000.