-
https://github.com/HuaizhengZhang/scene-recognition-pytorch1.x-tf2.x
I have retrained many models by using pytorch 1.4 based on python3.7.
Anyone interested in using scene classification models …
-
Hi,
I am using the code from "[3B_tile-based_classification_with_EuroSAT_data]" in an own jupyter notebook to classify a sentinel scene.
I've used your Sentinel-Data "S2A_MSIL1C_20210331T100021_N03…
-
@FateScript hi i want to modify the yolox to perform the following requirements
1. I want to perform person detection and obtain its class along with the gender/age and attributes custom annotation…
-
hi thanks for open-sourcing this wonderful , i have the following queries
1. can we additional head called object_features which classifies the features of the detected objects eg car: type of ca…
-
### To-Do
- [x] Tag classification test _**with one image**_ per video (This image is from BDD100K images dataset)
- [ ] Tag classification test _**with multiple images**_ per video (These images ar…
-
This problem is not an MDP problem, it does not constitute a markov chain. Train_policy.py essentially does not use a DRL algorithm, but a combination of unsupervised and supervised learning. Is my un…
-
Hi, thank you for sharing this brilliant automl tool!I wish I could implement your code, but in most industry scene tasks are complicated and will not be able to be solved by classification.
When …
-
EDL looks great when all alpha values are 1.0:
![image](https://user-images.githubusercontent.com/3451886/72641178-82489200-3937-11ea-8da8-277d9c9bc4a2.png)
But it doesn't work at all if any of th…
-
# Review-2019.6.10-彭晓婷
## Preview
- 看了论文《Semisupervised Scene Classification for Remote Sensing Images_ A Method Based on Convolutional Neural Networks and Ensemble Learning》 和《Cost-Sensitive Le…
-
@wangzheallen Thanks for sharing your interesting work!
I have a little question about the feature dimension of the final SVM classifier.
According to your paper and code, the dimension of vsad code…