本文主要是介绍港大计算机系课程作业,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Github 链接包含 COMP8501 Advanced topics in computer graphics 和 COMP9102 Data Management and Information Retrieval 课程作业。
https://github.com/louiswng/HKUCS-Coursework
COMP8501 Assignment1
Please accomplish one of the following two tasks:
-
Implement one of the traditional 2D Image-Based graphics algorithms:
-
Poisson Image Editing
-
Graph Cut
-
GrabCut
You must reimplement the algorithm by yourself.
-
-
Implement one of the deep learning 2D Image-Based graphics algorithms:
-
Fully Convolutional Networks for Semantic Segmentation
-
CycleGAN
You may use open source framework/implementation. But you have to train the model by yourself and include the trained model in your submission.
-
You may also choose other deep learning 2D Image-Based graphics algorithms from published paper or your own project.
The technical report should include detailed parameters showing the model convergence.
Requirements:
- Technical report, source code, example images are expected to be submitted through Moodle.
- There should be detailed instructions on how to run your code. TA will run your code against testing datasets and will deduct marks if the instructions are unclear.
- The reimplemented algorithm is expected to have comparable performance with the original paper. You should evaluate the performance in the technical report.
- Recommended programming languages: C++/Java/Python/MATLAB
这篇关于港大计算机系课程作业的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!