tensorboy
tensorboy
You mean why keypoint connected in this way? The limb is the line between the corresponding key point, it can be defined in other ways actually.
I see. The connection between these two points did not influence the final result as far as I know, and it can be safely ignored in the processing to handle...
And if you want to improve the mAP further, the accuracy of key points is essential as I know. Illustrated in 'http://openaccess.thecvf.com/content_ECCV_2018/papers/Bin_Xiao_Simple_Baselines_for_ECCV_2018_paper.pdf':"it seems that obtaining high resolution feature maps is...
One more thing, are you interested in to join AiFi (http://nanostore.ai/) in Santa Clara? We just finished the Series A round several days ago.
I did not try it in deep, it could be improved in the future.
Hi @typ1012 @Richard-61 I tried to run Thumos14, but the map is only 47 (I merely changed the input_dim from 1408 to 1280). I'm wondering whether you have other modifications...
Same waiting for the watchPositions() method
I understand your point of view and appreciate your input. However, I still firmly believe that JARVIS is the best name for the system. The name JARVIS reflects the core...
same problems with current transformers installed by: ``` pip uninstall transformers pip install git+https://github.com/huggingface/transformers@cae78c46 ``` my command: ``` python -m llava.serve.controller --host 0.0.0.0 --port 10000 python -m llava.serve.model_worker --host 0.0.0.0...