Feng Wang

Results 182 comments of Feng Wang

@paroj Thanks for sharing. I'm wondering that will your progress gets stuck if you comment `wait_for_the_master`.

@paroj Ok, I encounter a similar issue before and I think that a long-time compile and evaluation on master only cause the stuck. I will have a try on my...

Evaluation in yolox coco only contains Precision, recall and mAP. You need to write your own code to get the value of TP,FP,FN.

@yolor2 functions named `per_class_AR_table ` and `per_class_AP_table ` in yolox.evaluator might help you.

Could you provide more info about it? e.g. : How do you like to visualize feature map? fmap saved in Tensorboard or Raw image or something more like this.

I'm sorry that the plan of yolox-p2 is delay.

@tharindu326 I'm sorry that our team don't have enough time and energy of doing this nowadays. Maintaining open source repo is just a part-time job(not paid) for our team. If...

We have provide a sdist whl for yolox `0.3.0`. I'm using gcc version 8.4 and gcc version 7.3 should work. Could you post the full log here?

I wonder what if you compile a c file like `hello_world.c`

`python3 -m pip install yolox==0.3.0`