yinjunbo
yinjunbo
I used `generate_waymo_tf.py` to generate the tf.EXAMPLE for training StarNet model. But I'm not sure about the output format. As far as I understand, each segment in Waymo will result...
I have tried to run the StarNet on local machine. As far as I understand, it is essential to run `./docs/generate_apidoc.sh` first to get the needed file. But I met...
1.When I train the model(anyone) according to README , I found it's very difficult for the model with data augmentation to converge, and the model without data augmentation converged well....
@zhanghang1989, Hi, thanks for your nice work. Does encoding support multi-task losses? When using a single GPU, my model returns a dictionary with each key/value indicating a specific task loss....
Thanks a lot for your fabulous work ! Your code works well when _ROI_SAMPLE_JIT=True._ But a problem happens in **/lib/net/rcnn_net.py** when _ROI_SAMPLE_JIT = False_, which may relate to tensor size...