sh7jacobi

Results 10 issues of sh7jacobi

Hello. How can I install this repo and run training? Clicking on INSTALL.md and GETTING_STARTED.md send on page with 404 error.

## 📚 Documentation Hello, I would like to set topk quantity for Center points on validation. How should I do this?

documentation

I want to train model in server, so I can not run: run "./detectron/ops/add_cluster_annotation.m" to generate cluster ground truth and add it to original object annotation files. run "./detectron/ops/visdrone2cocoformat.m" to...

I have the error on training: terminate called after throwing an instance of 'caffe2::EnforceNotMet' what(): [enforce fail at conv_op_cudnn.cc:572] status == CUDNN_STATUS_SUCCESS. 8 vs 0. , Error at: /var/lib/jenkins/workspace/caffe2/operators/conv_op_cudnn.cc:572: CUDNN_STATUS_EXECUTION_FAILED...

How I can train without pretrained weights?

I assume that there are problems with versions. For example, last version of opencv is not supported by python2. In this docker is used the python2. Also there is the...

How can I train it on coco format own dataset?

I run following script: from PyTransformer.transformers.torchTransformer import TorchTransformer transformer = TorchTransformer() dot = transformer.visualize(self.model, input_tensor = batch['input'], save_name = "/datasets/fig2") And I have "AttributeError: 'tuple' object has no attribute 'clone'...

I have following error: if (len(logs) > 1) and (type(logs[0]) == torch.Tensor): TypeError: object of type '_ReplaceFunc' has no len() when I run: from PyTransformer.transformers.torchTransformer import TorchTransformer transformer = TorchTransformer()...

Where is data?