hxue3
hxue3
I trained a model to detect cars. My model is able to detect and track when the cars are moving, but not when it is steady and not moving. Anyone...
I am very new to ByteTrack. I tried to train a model using my own dataset. I convert my dataset into mot17 data format first then using convert_mot17_coco.py to convert...
I am trying to run the demo command and saw this error [04/05 14:46:45 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file='configs/GTR_TAO_DR2101.yaml', cpu=False, input=None, opts=['MODEL.WEIGHTS', 'models/GTR_TAO_DR2101.pth'], output='output/demo_yfcc.mp4', video_input='docs/yfcc_v_acef1cb6d38c2beab6e69e266e234f.mp4', webcam=None) WARNING [04/05 14:46:45 d2.config.compat]: Config...
I am running into an issue that the loss function always returns 0 while using triplet loss function. And if I use cosine-softmax, it won't return 0 but it will...
I am following the basic example but I saw this error. Anyone knows why
I was able to replicate the quick start notebook. But I am not sure how to evaluate the fine tuned model's performance. Is there an embedded method for evaluation?
I am wondering if I can add new lanuages for code translation, for example I want to translate COBOL code to python Do you have any tips if you can...
I am following the instructions for Transcoder-ST. I got this error ########## Creating Tests ########## Running on the remaining 0 among 1 files /opt/conda/envs/codeGen_env/lib/python3.6/site-packages/submitit/core/core.py:628: UserWarning: Received an empty job array...
I noticed the inference time for code translation is kind slow. I assume it only uses CPU whileing use the translate.py? I cannot find any other information about if it...
### What happened + What you expected to happen I am trying to load a quantized large model with vLLM. It is able to start the model loading, but it...