Chuong Nguyen

Results 12 issues of Chuong Nguyen

## 📚 Documentation Hi, thanks for the paper: I am a bit confused about the loss implementation. Take the ATSS as RPN as an example: 1. In the first stage,...

documentation

Hi, it seems to me that you can simplify the equation Equ 17 by dividing both numerator and denominator by (dS/dA)^2, to get : > alpha = 1/(2 + sum(A_ab)*(dS/dA))...

Hi, thanks for opensource code. Can you please share the config/(checkpoint if possible) for training the dataset InterHand? Thank you.

Hi. I really enjoy your paper, and hope that you can release the Code soon. Do you known when it will be available. Thank you.

### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...

### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...

Hello, Your implementation uses the Micro-block as: BN-Act-Conv2d. However, the ResNeXt uses the micro-block structure: Conv2d-BN-Act. So between the two implementations, the Conv2d is missing at the first block. Reading...

We want to do an experiment with a new configuration, as illustrated in the Fig ![quad_ct](https://user-images.githubusercontent.com/15174756/35171738-1914d738-fd22-11e7-98b0-088b63ce08fb.png) The idea is: M1 is the big motor at the Center of the Gravity...

question

Hi @ydwen I am trying to understand your implementation of SimPLE loss. 1. In the paper, Equ 6, ![image](https://github.com/ydwen/opensphere/assets/15174756/380633df-3360-4778-ac74-b5cd486d758b) but in your implementation, you put `b_theta=0.3` into the score function,...

Executing: `python app.py` returning error: `Traceback (most recent call last): File "app.py", line 1, in from ExampleApp import app File "/home/flask-microservice-example/ExampleApp/__init__.py", line 1, in from flask_microservices import MicroServicesApp File "/home/xxx/anaconda3/lib/python3.6/site-packages/flask_microservices/__init__.py",...