leo038
leo038
I have trained a model, the loss in train and valid dataset is very low(lower than 2), But when I evaluated the BLEU, I found it 0. And I check...
Hi, can you share the pretrained weight?
When run the automl-zero , I meet the following error: execute command: `bash ./run_demo.sh` The errror is : ```bash ERROR: /home/gitlab-runner/.cache/bazel/_bazel_gitlab-runner/80373f2a2f278aa1c4548a331a0e2355/external/com_google_protobuf/BUILD:873:21: in blacklisted_protos attribute of proto_lang_toolchain rule @com_google_protobuf//:cc_toolchain: '@com_google_protobuf//:_internal_wkt_protos_genrule' does...
In the det.txt file, the 7th column is the confidence, which ranges from negative to positive. But in your ".npy" file, the confidence range for 0 to 1. I don't...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
There are some errors when run the program: WARNING:root:Failed to import ros dependencies in rigid_transforms.py WARNING:root:autolab_core not installed as catkin package, RigidTransform ros methods will be unavailable RuntimeError: PytorchStreamReader failed...
```python for dt in dts: dt['image_id'] = filename2id[dt['image_id']+'.jpg'] dt['category_id'] # id对应好,coco格式和yolo格式的category_id可能不同。 output_dts.append(dt) ```