Kento Doi
Kento Doi
I am currently trying to train a densecap model from scratch. I want to train it under the same conditions as in the paper, but I can't find the number...
I'm trying to validate a model pre-trained on the KITTI 3d object detection dataset on the raw data. Now I'm wondering if there is a cover between the 3d object...
I fixed 2 bugs in `_score()` function of Meteor class. 1. add `.encode()` and `.decode()` to `stdiin` and `stdout` functions, respectively. 2. remove overlapped line for the 2nd bug fix,...
Using the pre-trained model provided in this repository, I ran the following command to calculate the performance of the model on the test data. ``` python test.py --cfg configs/dynamic/dynamic.yaml --visualize...