Sajjad P. Savoji
Sajjad P. Savoji
I was following the suggested code sketch in "using CenterTrack in your own project"(Readme.md) I noticed that the suggested approach will result in undefined path for model weights I believe...
remove dependancy to lidar for mono det3D inferencer Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more...
December 2022, I had to change the following function to pass all test cases `# UNQ_C10 GRADED FUNCTION: get_corrections def get_corrections(word, probs, vocab, n=2, verbose = False): ''' Input: word:...
I had problem using this code base with numpy 1.24.2. Apparently in this version "np.float()" is deprecated and hence using this method is throwing exceptions. Fix: You can specify numpy...
# Bug In the boundary case of n_init==1, the current implementation fails to replicate the idea behind DeepSort. Write now the default value of `TrackState` for a new `Track` instance...
**Is your feature request related to a problem? Please describe.** When prompting with long sequences, if prompt tokens exceeds LLM max_tokens, the client will return appropriate error message. However the...
had to install cloudpickle manually when installing with python3.8 under Conda virtual env. # PR Type (Fix) ## Short Description Installed kscope via PyPI in cluster with `python=3.8` under a...
add frozen_stages kwarg to InternImage backbone. It will make it consistent with other MMDetection backbones and allows for easier fine-tuning for downstream tasks.
As of today I can't find anyway to run the script and at the same time pass values via argv[]. It might be key feature to be added to your...
Thanks for your error report and we appreciate it a lot. **Describe the bug** browse_dataset.py which validates the dataset structure runs into runtime error in the current version Oct 25...